Html Css Color HEX #BB871F Nugget

📋 copy color: '#BB871F'

red 187 ◦ green 135 ◦ blue 31

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

Shades of Nugget #BB871F

Tints of Nugget #BB871F

RGB

 RED value IS 187 (73.44% from 255) = 52.97%

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

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

R = 52.97%
G = 38.24%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB871F (or 0xBB871F) is known color: Nugget. HEX triplet: BB, 87 and 1F. RGB value is (187,135,31). Sum of RGB (Red+Green+Blue) = 187+135+31=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB871F is #4478E0. Grayscale: #8B8B8B. Windows color (decimal): -4487393 or 2066363. OLE color: 2066363.

HSL color Cylindrical-coordinate representation of color #BB871F: hue angle of 40º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB871F is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 135 31 -
CMYK 0 0.28 0.83 0.27
HSL 40º 0.72% 0.43% -
HSV(B) 40º 0.83% 0.73% -
XYZ 29.4 27.99 5.15 -
YUV 138.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 187 135 31 0 0.28 0.83 0.27 40 0.72 0.43
Hex BB 87 1F 0 1C 53 1B 28 48 2B
Octal 273 207 37 0 34 123 33 50 110 53
Binary 10111011 10000111 11111 0 11100 1010011 11011 101000 1001000 101011

Color Harmonies of #BB871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB871F

Black with #BB871F

Text Example


Text Example

White with #BB871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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