Html Css Color HEX #BF881C Nugget

📋 copy color: '#BF881C'

red 191 ◦ green 136 ◦ blue 28

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

Shades of Nugget #BF881C

Tints of Nugget #BF881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 53.8%
G = 38.31%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF881C (or 0xBF881C) is known color: Nugget. HEX triplet: BF, 88 and 1C. RGB value is (191,136,28). Sum of RGB (Red+Green+Blue) = 191+136+28=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF881C is #4077E3. Grayscale: #8C8C8C. Windows color (decimal): -4224996 or 1870015. OLE color: 1870015.

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

Color convert

RGB 191 136 28 -
CMYK 0 0.29 0.85 0.25
HSL 39.75º 0.74% 0.43% -
HSV(B) 39.75º 0.85% 0.75% -
XYZ 30.5 28.77 5.04 -
YUV 140.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 191 136 28 0 0.29 0.85 0.25 39.75 0.74 0.43
Hex BF 88 1C 0 1D 55 19 28 4A 2B
Octal 277 210 34 0 35 125 31 50 112 53
Binary 10111111 10001000 11100 0 11101 1010101 11001 101000 1001010 101011

Color Harmonies of #BF881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF881C

Black with #BF881C

Text Example


Text Example

White with #BF881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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