Html Css Color HEX #BC8F00 Dark Goldenrod

📋 copy color: '#BC8F00'

red 188 ◦ green 143 ◦ blue 0

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

Shades of Dark Goldenrod #BC8F00

Tints of Dark Goldenrod #BC8F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.8%
G = 43.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC8F00 (or 0xBC8F00) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 00. RGB value is (188,143,0). Sum of RGB (Red+Green+Blue) = 188+143+0=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F00 is #4370FF. Grayscale: #8C8C8C. Windows color (decimal): -4419840 or 36796. OLE color: 36796.

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

Color convert

RGB 188 143 0 -
CMYK 0 0.24 1 0.26
HSL 45.64º 1% 0.37% -
HSV(B) 45.64º 1% 0.74% -
XYZ 30.56 30.34 4.24 -
YUV 140.15 48.91 162.13 -
System Red Green Blue C M Y K H S L
Decimal 188 143 0 0 0.24 1 0.26 45.64 1 0.37
Hex BC 8F 0 0 18 64 1A 2E 64 25
Octal 274 217 0 0 30 144 32 56 144 45
Binary 10111100 10001111 0 0 11000 1100100 11010 101110 1100100 100101

Color Harmonies of #BC8F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F00

Black with #BC8F00

Text Example


Text Example

White with #BC8F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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