Html Css Color HEX #BD7725 Pirate Gold

📋 copy color: '#BD7725'

red 189 ◦ green 119 ◦ blue 37

#BD7725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #BD7725

Tints of Pirate Gold #BD7725

RGB

 RED value IS 189 (74.22% from 255) = 54.78%

 GREEN value IS 119 (46.88% from 255) = 34.49%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 54.78%
G = 34.49%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD7725 (or 0xBD7725) is known color: Pirate Gold. HEX triplet: BD, 77 and 25. RGB value is (189,119,37). Sum of RGB (Red+Green+Blue) = 189+119+37=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7725 is #4288DA. Grayscale: #828282. Windows color (decimal): -4360411 or 2455485. OLE color: 2455485.

HSL color Cylindrical-coordinate representation of color #BD7725: hue angle of 32.37º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD7725 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 37 -
CMYK 0 0.37 0.80 0.26
HSL 32.37º 0.67% 0.44% -
HSV(B) 32.37º 0.8% 0.74% -
XYZ 27.92 24.15 4.94 -
YUV 130.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 189 119 37 0 0.37 0.80 0.26 32.37 0.67 0.44
Hex BD 77 25 0 25 50 1A 20 43 2C
Octal 275 167 45 0 45 120 32 40 103 54
Binary 10111101 1110111 100101 0 100101 1010000 11010 100000 1000011 101100

Color Harmonies of #BD7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7725

Black with #BD7725

Text Example


Text Example

White with #BD7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7725; }

 p { color: rgb(189,119,37); }

 H1.HeaderClassName
 {
   color: #BD7725;
 }
 .AnyTagClassName
 {
   color: #BD7725;
 }
</style>

background-color css

<style>
 a { background-color: #BD7725; }

 a { background-color: rgb(189,119,37); }

 div.DivClassName
 {
   background-color: #BD7725;
 }
 .BgClassName
 {
   background-color: #BD7725;
 }
</style>

border-color css

<style>
 span { border-color: #BD7725; }

 span { border-color: rgb(189,119,37); }

 td.TdClassName
 {
   border-color: #BD7725;
 }
 .TagClassName
 {
   border-color: #BD7725;
 }
</style>