Html Css Color HEX #BC8D0B Dark Goldenrod

📋 copy color: '#BC8D0B'

red 188 ◦ green 141 ◦ blue 11

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

Shades of Dark Goldenrod #BC8D0B

Tints of Dark Goldenrod #BC8D0B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.47%

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 55.29%
G = 41.47%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC8D0B (or 0xBC8D0B) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 0B. RGB value is (188,141,11). Sum of RGB (Red+Green+Blue) = 188+141+11=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D0B is #4372F4. Grayscale: #8C8C8C. Windows color (decimal): -4420341 or 757180. OLE color: 757180.

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

Color convert

RGB 188 141 11 -
CMYK 0 0.25 0.94 0.26
HSL 44.07º 0.89% 0.39% -
HSV(B) 44.07º 0.94% 0.74% -
XYZ 30.32 29.77 4.46 -
YUV 140.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 188 141 11 0 0.25 0.94 0.26 44.07 0.89 0.39
Hex BC 8D B 0 19 5E 1A 2C 59 27
Octal 274 215 13 0 31 136 32 54 131 47
Binary 10111100 10001101 1011 0 11001 1011110 11010 101100 1011001 100111

Color Harmonies of #BC8D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D0B

Black with #BC8D0B

Text Example


Text Example

White with #BC8D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D0B; }

 p { color: rgb(188,141,11); }

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

background-color css

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

 a { background-color: rgb(188,141,11); }

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

border-color css

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

 span { border-color: rgb(188,141,11); }

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