Html Css Color HEX #BF880F Dark Goldenrod

📋 copy color: '#BF880F'

red 191 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #BF880F

Tints of Dark Goldenrod #BF880F

RGB

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

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

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

R = 55.85%
G = 39.77%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF880F (or 0xBF880F) is known color: Dark Goldenrod. HEX triplet: BF, 88 and 0F. RGB value is (191,136,15). Sum of RGB (Red+Green+Blue) = 191+136+15=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF880F is #4077F0. Grayscale: #8B8B8B. Windows color (decimal): -4225009 or 1018047. OLE color: 1018047.

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

Color convert

RGB 191 136 15 -
CMYK 0 0.29 0.92 0.25
HSL 41.25º 0.85% 0.4% -
HSV(B) 41.25º 0.92% 0.75% -
XYZ 30.38 28.72 4.39 -
YUV 138.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 191 136 15 0 0.29 0.92 0.25 41.25 0.85 0.4
Hex BF 88 F 0 1D 5C 19 29 55 28
Octal 277 210 17 0 35 134 31 51 125 50
Binary 10111111 10001000 1111 0 11101 1011100 11001 101001 1010101 101000

Color Harmonies of #BF880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF880F

Black with #BF880F

Text Example


Text Example

White with #BF880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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