Html Css Color HEX #BF880B Dark Goldenrod

📋 copy color: '#BF880B'

red 191 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #BF880B

Tints of Dark Goldenrod #BF880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 56.51%
G = 40.24%
B = 3.25%

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

#BF880B (or 0xBF880B) is known color: Dark Goldenrod. HEX triplet: BF, 88 and 0B. RGB value is (191,136,11). Sum of RGB (Red+Green+Blue) = 191+136+11=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF880B is #4077F4. Grayscale: #8A8A8A. Windows color (decimal): -4225013 or 755903. OLE color: 755903.

HSL color Cylindrical-coordinate representation of color #BF880B: hue angle of 41.67º degrees, saturation: 0.89, 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 #BF880B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 136 11 -
CMYK 0 0.29 0.94 0.25
HSL 41.67º 0.89% 0.4% -
HSV(B) 41.67º 0.94% 0.75% -
XYZ 30.35 28.71 4.26 -
YUV 138.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 191 136 11 0 0.29 0.94 0.25 41.67 0.89 0.4
Hex BF 88 B 0 1D 5E 19 2A 59 28
Octal 277 210 13 0 35 136 31 52 131 50
Binary 10111111 10001000 1011 0 11101 1011110 11001 101010 1011001 101000

Color Harmonies of #BF880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF880B

Black with #BF880B

Text Example


Text Example

White with #BF880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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