Html Css Color HEX #BC8800 Dark Goldenrod

📋 copy color: '#BC8800'

red 188 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #BC8800

Tints of Dark Goldenrod #BC8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

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

R = 58.02%
G = 41.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC8800 (or 0xBC8800) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 00. RGB value is (188,136,0). Sum of RGB (Red+Green+Blue) = 188+136+0=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8800 is #4377FF. Grayscale: #888888. Windows color (decimal): -4421632 or 35004. OLE color: 35004.

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

Color convert

RGB 188 136 0 -
CMYK 0 0.28 1 0.26
HSL 43.4º 1% 0.37% -
HSV(B) 43.4º 1% 0.74% -
XYZ 29.54 28.3 3.91 -
YUV 136.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 188 136 0 0 0.28 1 0.26 43.4 1 0.37
Hex BC 88 0 0 1C 64 1A 2B 64 25
Octal 274 210 0 0 34 144 32 53 144 45
Binary 10111100 10001000 0 0 11100 1100100 11010 101011 1100100 100101

Color Harmonies of #BC8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8800

Black with #BC8800

Text Example


Text Example

White with #BC8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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