Html Css Color HEX #BC8F0A Dark Goldenrod

📋 copy color: '#BC8F0A'

red 188 ◦ green 143 ◦ blue 10

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

Shades of Dark Goldenrod #BC8F0A

Tints of Dark Goldenrod #BC8F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.93%

R = 55.13%
G = 41.94%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC8F0A (or 0xBC8F0A) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 0A. RGB value is (188,143,10). Sum of RGB (Red+Green+Blue) = 188+143+10=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F0A is #4370F5. Grayscale: #8D8D8D. Windows color (decimal): -4419830 or 692156. OLE color: 692156.

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

Color convert

RGB 188 143 10 -
CMYK 0 0.24 0.95 0.26
HSL 44.83º 0.9% 0.39% -
HSV(B) 44.83º 0.95% 0.74% -
XYZ 30.62 30.36 4.53 -
YUV 141.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 188 143 10 0 0.24 0.95 0.26 44.83 0.9 0.39
Hex BC 8F A 0 18 5F 1A 2D 5A 27
Octal 274 217 12 0 30 137 32 55 132 47
Binary 10111100 10001111 1010 0 11000 1011111 11010 101101 1011010 100111

Color Harmonies of #BC8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F0A

Black with #BC8F0A

Text Example


Text Example

White with #BC8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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