Html Css Color HEX #BF891C Nugget

📋 copy color: '#BF891C'

red 191 ◦ green 137 ◦ blue 28

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

Shades of Nugget #BF891C

Tints of Nugget #BF891C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 53.65%
G = 38.48%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF891C (or 0xBF891C) is known color: Nugget. HEX triplet: BF, 89 and 1C. RGB value is (191,137,28). Sum of RGB (Red+Green+Blue) = 191+137+28=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF891C is #4076E3. Grayscale: #8D8D8D. Windows color (decimal): -4224740 or 1870271. OLE color: 1870271.

HSL color Cylindrical-coordinate representation of color #BF891C: hue angle of 40.12º 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 #BF891C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 28 -
CMYK 0 0.28 0.85 0.25
HSL 40.12º 0.74% 0.43% -
HSV(B) 40.12º 0.85% 0.75% -
XYZ 30.64 29.05 5.09 -
YUV 140.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 191 137 28 0 0.28 0.85 0.25 40.12 0.74 0.43
Hex BF 89 1C 0 1C 55 19 28 4A 2B
Octal 277 211 34 0 34 125 31 50 112 53
Binary 10111111 10001001 11100 0 11100 1010101 11001 101000 1001010 101011

Color Harmonies of #BF891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF891C

Black with #BF891C

Text Example


Text Example

White with #BF891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF891C; }

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

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

background-color css

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

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

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

border-color css

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

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

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