Html Css Color HEX #BD7E14 Dark Goldenrod

📋 copy color: '#BD7E14'

red 189 ◦ green 126 ◦ blue 20

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

Shades of Dark Goldenrod #BD7E14

Tints of Dark Goldenrod #BD7E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 56.42%
G = 37.61%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD7E14 (or 0xBD7E14) is known color: Dark Goldenrod. HEX triplet: BD, 7E and 14. RGB value is (189,126,20). Sum of RGB (Red+Green+Blue) = 189+126+20=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E14 is #4281EB. Grayscale: #858585. Windows color (decimal): -4358636 or 1343165. OLE color: 1343165.

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

Color convert

RGB 189 126 20 -
CMYK 0 0.33 0.89 0.26
HSL 37.63º 0.81% 0.41% -
HSV(B) 37.63º 0.89% 0.74% -
XYZ 28.57 25.79 4.13 -
YUV 132.75 64.37 168.12 -
System Red Green Blue C M Y K H S L
Decimal 189 126 20 0 0.33 0.89 0.26 37.63 0.81 0.41
Hex BD 7E 14 0 21 59 1A 26 51 29
Octal 275 176 24 0 41 131 32 46 121 51
Binary 10111101 1111110 10100 0 100001 1011001 11010 100110 1010001 101001

Color Harmonies of #BD7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E14

Black with #BD7E14

Text Example


Text Example

White with #BD7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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