Html Css Color HEX #BD7C16 Dark Goldenrod

📋 copy color: '#BD7C16'

red 189 ◦ green 124 ◦ blue 22

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

Shades of Dark Goldenrod #BD7C16

Tints of Dark Goldenrod #BD7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 56.42%
G = 37.01%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD7C16 (or 0xBD7C16) is known color: Dark Goldenrod. HEX triplet: BD, 7C and 16. RGB value is (189,124,22). Sum of RGB (Red+Green+Blue) = 189+124+22=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C16 is #4283E9. Grayscale: #848484. Windows color (decimal): -4359146 or 1473725. OLE color: 1473725.

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

Color convert

RGB 189 124 22 -
CMYK 0 0.34 0.88 0.26
HSL 36.65º 0.79% 0.41% -
HSV(B) 36.65º 0.88% 0.74% -
XYZ 28.34 25.29 4.15 -
YUV 131.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 189 124 22 0 0.34 0.88 0.26 36.65 0.79 0.41
Hex BD 7C 16 0 22 58 1A 25 4F 29
Octal 275 174 26 0 42 130 32 45 117 51
Binary 10111101 1111100 10110 0 100010 1011000 11010 100101 1001111 101001

Color Harmonies of #BD7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C16

Black with #BD7C16

Text Example


Text Example

White with #BD7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C16; }

 p { color: rgb(189,124,22); }

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

background-color css

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

 a { background-color: rgb(189,124,22); }

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

border-color css

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

 span { border-color: rgb(189,124,22); }

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