Html Css Color HEX #BC880F Dark Goldenrod

📋 copy color: '#BC880F'

red 188 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #BC880F

Tints of Dark Goldenrod #BC880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 55.46%
G = 40.12%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC880F (or 0xBC880F) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 0F. RGB value is (188,136,15). Sum of RGB (Red+Green+Blue) = 188+136+15=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC880F is #4377F0. Grayscale: #8A8A8A. Windows color (decimal): -4421617 or 1018044. OLE color: 1018044.

HSL color Cylindrical-coordinate representation of color #BC880F: hue angle of 41.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC880F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 15 -
CMYK 0 0.28 0.92 0.26
HSL 41.97º 0.85% 0.4% -
HSV(B) 41.97º 0.92% 0.74% -
XYZ 29.63 28.33 4.36 -
YUV 137.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 188 136 15 0 0.28 0.92 0.26 41.97 0.85 0.4
Hex BC 88 F 0 1C 5C 1A 2A 55 28
Octal 274 210 17 0 34 134 32 52 125 50
Binary 10111100 10001000 1111 0 11100 1011100 11010 101010 1010101 101000

Color Harmonies of #BC880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC880F

Black with #BC880F

Text Example


Text Example

White with #BC880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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