Html Css Color HEX #BC7D16 Dark Goldenrod

📋 copy color: '#BC7D16'

red 188 ◦ green 125 ◦ blue 22

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

Shades of Dark Goldenrod #BC7D16

Tints of Dark Goldenrod #BC7D16

RGB

 RED value IS 188 (73.83% from 255) = 56.12%

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

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

R = 56.12%
G = 37.31%
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

#BC7D16 (or 0xBC7D16) is known color: Dark Goldenrod. HEX triplet: BC, 7D and 16. RGB value is (188,125,22). Sum of RGB (Red+Green+Blue) = 188+125+22=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7D16 is #4382E9. Grayscale: #848484. Windows color (decimal): -4424426 or 1473980. OLE color: 1473980.

HSL color Cylindrical-coordinate representation of color #BC7D16: hue angle of 37.23º 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 #BC7D16 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 22 -
CMYK 0 0.34 0.88 0.26
HSL 37.23º 0.79% 0.41% -
HSV(B) 37.23º 0.88% 0.74% -
XYZ 28.22 25.42 4.18 -
YUV 132.1 65.87 167.88 -
System Red Green Blue C M Y K H S L
Decimal 188 125 22 0 0.34 0.88 0.26 37.23 0.79 0.41
Hex BC 7D 16 0 22 58 1A 25 4F 29
Octal 274 175 26 0 42 130 32 45 117 51
Binary 10111100 1111101 10110 0 100010 1011000 11010 100101 1001111 101001

Color Harmonies of #BC7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D16

Black with #BC7D16

Text Example


Text Example

White with #BC7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D16; }

 p { color: rgb(188,125,22); }

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

background-color css

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

 a { background-color: rgb(188,125,22); }

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

border-color css

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

 span { border-color: rgb(188,125,22); }

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