Html Css Color HEX #BC8F0B Dark Goldenrod

📋 copy color: '#BC8F0B'

red 188 ◦ green 143 ◦ blue 11

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

Shades of Dark Goldenrod #BC8F0B

Tints of Dark Goldenrod #BC8F0B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

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

R = 54.97%
G = 41.81%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC8F0B (or 0xBC8F0B) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 0B. RGB value is (188,143,11). Sum of RGB (Red+Green+Blue) = 188+143+11=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F0B is #4370F4. Grayscale: #8D8D8D. Windows color (decimal): -4419829 or 757692. OLE color: 757692.

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

Color convert

RGB 188 143 11 -
CMYK 0 0.24 0.94 0.26
HSL 44.75º 0.89% 0.39% -
HSV(B) 44.75º 0.94% 0.74% -
XYZ 30.62 30.36 4.56 -
YUV 141.41 54.41 161.23 -
System Red Green Blue C M Y K H S L
Decimal 188 143 11 0 0.24 0.94 0.26 44.75 0.89 0.39
Hex BC 8F B 0 18 5E 1A 2D 59 27
Octal 274 217 13 0 30 136 32 55 131 47
Binary 10111100 10001111 1011 0 11000 1011110 11010 101101 1011001 100111

Color Harmonies of #BC8F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F0B

Black with #BC8F0B

Text Example


Text Example

White with #BC8F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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