Html Css Color HEX #BD7E0E Dark Goldenrod

📋 copy color: '#BD7E0E'

red 189 ◦ green 126 ◦ blue 14

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

Shades of Dark Goldenrod #BD7E0E

Tints of Dark Goldenrod #BD7E0E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 57.45%
G = 38.3%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD7E0E (or 0xBD7E0E) is known color: Dark Goldenrod. HEX triplet: BD, 7E and 0E. RGB value is (189,126,14). Sum of RGB (Red+Green+Blue) = 189+126+14=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E0E is #4281F1. Grayscale: #848484. Windows color (decimal): -4358642 or 949949. OLE color: 949949.

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

Color convert

RGB 189 126 14 -
CMYK 0 0.33 0.93 0.26
HSL 38.4º 0.86% 0.4% -
HSV(B) 38.4º 0.93% 0.74% -
XYZ 28.53 25.77 3.89 -
YUV 132.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 189 126 14 0 0.33 0.93 0.26 38.4 0.86 0.4
Hex BD 7E E 0 21 5D 1A 26 56 28
Octal 275 176 16 0 41 135 32 46 126 50
Binary 10111101 1111110 1110 0 100001 1011101 11010 100110 1010110 101000

Color Harmonies of #BD7E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E0E

Black with #BD7E0E

Text Example


Text Example

White with #BD7E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E0E; }

 p { color: rgb(189,126,14); }

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

background-color css

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

 a { background-color: rgb(189,126,14); }

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

border-color css

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

 span { border-color: rgb(189,126,14); }

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