Html Css Color HEX #BF880C Dark Goldenrod

📋 copy color: '#BF880C'

red 191 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #BF880C

Tints of Dark Goldenrod #BF880C

RGB

 RED value IS 191 (75% from 255) = 56.34%

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

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 56.34%
G = 40.12%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF880C (or 0xBF880C) is known color: Dark Goldenrod. HEX triplet: BF, 88 and 0C. RGB value is (191,136,12). Sum of RGB (Red+Green+Blue) = 191+136+12=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF880C is #4077F3. Grayscale: #8A8A8A. Windows color (decimal): -4225012 or 821439. OLE color: 821439.

HSL color Cylindrical-coordinate representation of color #BF880C: hue angle of 41.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF880C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 12 -
CMYK 0 0.29 0.94 0.25
HSL 41.56º 0.88% 0.4% -
HSV(B) 41.56º 0.94% 0.75% -
XYZ 30.36 28.71 4.29 -
YUV 138.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 191 136 12 0 0.29 0.94 0.25 41.56 0.88 0.4
Hex BF 88 C 0 1D 5E 19 2A 58 28
Octal 277 210 14 0 35 136 31 52 130 50
Binary 10111111 10001000 1100 0 11101 1011110 11001 101010 1011000 101000

Color Harmonies of #BF880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF880C

Black with #BF880C

Text Example


Text Example

White with #BF880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF880C; }

 p { color: rgb(191,136,12); }

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

background-color css

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

 a { background-color: rgb(191,136,12); }

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

border-color css

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

 span { border-color: rgb(191,136,12); }

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