Html Css Color HEX #BD7D0F Dark Goldenrod

📋 copy color: '#BD7D0F'

red 189 ◦ green 125 ◦ blue 15

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

Shades of Dark Goldenrod #BD7D0F

Tints of Dark Goldenrod #BD7D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 57.45%
G = 37.99%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD7D0F (or 0xBD7D0F) is known color: Dark Goldenrod. HEX triplet: BD, 7D and 0F. RGB value is (189,125,15). Sum of RGB (Red+Green+Blue) = 189+125+15=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7D0F is #4282F0. Grayscale: #848484. Windows color (decimal): -4358897 or 1015229. OLE color: 1015229.

HSL color Cylindrical-coordinate representation of color #BD7D0F: hue angle of 37.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD7D0F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 15 -
CMYK 0 0.34 0.92 0.26
HSL 37.93º 0.85% 0.4% -
HSV(B) 37.93º 0.92% 0.74% -
XYZ 28.41 25.52 3.88 -
YUV 131.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 189 125 15 0 0.34 0.92 0.26 37.93 0.85 0.4
Hex BD 7D F 0 22 5C 1A 26 55 28
Octal 275 175 17 0 42 134 32 46 125 50
Binary 10111101 1111101 1111 0 100010 1011100 11010 100110 1010101 101000

Color Harmonies of #BD7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D0F

Black with #BD7D0F

Text Example


Text Example

White with #BD7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D0F; }

 p { color: rgb(189,125,15); }

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

background-color css

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

 a { background-color: rgb(189,125,15); }

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

border-color css

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

 span { border-color: rgb(189,125,15); }

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