Html Css Color HEX #BF871F Nugget

📋 copy color: '#BF871F'

red 191 ◦ green 135 ◦ blue 31

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

Shades of Nugget #BF871F

Tints of Nugget #BF871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 53.5%
G = 37.82%
B = 8.68%

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

#BF871F (or 0xBF871F) is known color: Nugget. HEX triplet: BF, 87 and 1F. RGB value is (191,135,31). Sum of RGB (Red+Green+Blue) = 191+135+31=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF871F is #4078E0. Grayscale: #8C8C8C. Windows color (decimal): -4225249 or 2066367. OLE color: 2066367.

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

Color convert

RGB 191 135 31 -
CMYK 0 0.29 0.84 0.25
HSL 39º 0.72% 0.44% -
HSV(B) 39º 0.84% 0.75% -
XYZ 30.4 28.5 5.2 -
YUV 139.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 191 135 31 0 0.29 0.84 0.25 39 0.72 0.44
Hex BF 87 1F 0 1D 54 19 27 48 2C
Octal 277 207 37 0 35 124 31 47 110 54
Binary 10111111 10000111 11111 0 11101 1010100 11001 100111 1001000 101100

Color Harmonies of #BF871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF871F

Black with #BF871F

Text Example


Text Example

White with #BF871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF871F; }

 p { color: rgb(191,135,31); }

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

background-color css

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

 a { background-color: rgb(191,135,31); }

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

border-color css

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

 span { border-color: rgb(191,135,31); }

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