Html Css Color HEX #BF881E Nugget

📋 copy color: '#BF881E'

red 191 ◦ green 136 ◦ blue 30

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

Shades of Nugget #BF881E

Tints of Nugget #BF881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 53.5%
G = 38.1%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF881E (or 0xBF881E) is known color: Nugget. HEX triplet: BF, 88 and 1E. RGB value is (191,136,30). Sum of RGB (Red+Green+Blue) = 191+136+30=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF881E is #4077E1. Grayscale: #8C8C8C. Windows color (decimal): -4224994 or 2001087. OLE color: 2001087.

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

Color convert

RGB 191 136 30 -
CMYK 0 0.29 0.84 0.25
HSL 39.5º 0.73% 0.43% -
HSV(B) 39.5º 0.84% 0.75% -
XYZ 30.52 28.78 5.17 -
YUV 140.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 191 136 30 0 0.29 0.84 0.25 39.5 0.73 0.43
Hex BF 88 1E 0 1D 54 19 28 49 2B
Octal 277 210 36 0 35 124 31 50 111 53
Binary 10111111 10001000 11110 0 11101 1010100 11001 101000 1001001 101011

Color Harmonies of #BF881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF881E

Black with #BF881E

Text Example


Text Example

White with #BF881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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