Html Css Color HEX #BB841F Nugget

📋 copy color: '#BB841F'

red 187 ◦ green 132 ◦ blue 31

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

Shades of Nugget #BB841F

Tints of Nugget #BB841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 53.43%
G = 37.71%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB841F (or 0xBB841F) is known color: Nugget. HEX triplet: BB, 84 and 1F. RGB value is (187,132,31). Sum of RGB (Red+Green+Blue) = 187+132+31=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB841F is #447BE0. Grayscale: #898989. Windows color (decimal): -4488161 or 2065595. OLE color: 2065595.

HSL color Cylindrical-coordinate representation of color #BB841F: hue angle of 38.85º 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 #BB841F is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 31 -
CMYK 0 0.29 0.83 0.27
HSL 38.85º 0.72% 0.43% -
HSV(B) 38.85º 0.83% 0.73% -
XYZ 28.99 27.17 5.01 -
YUV 136.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 187 132 31 0 0.29 0.83 0.27 38.85 0.72 0.43
Hex BB 84 1F 0 1D 53 1B 27 48 2B
Octal 273 204 37 0 35 123 33 47 110 53
Binary 10111011 10000100 11111 0 11101 1010011 11011 100111 1001000 101011

Color Harmonies of #BB841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB841F

Black with #BB841F

Text Example


Text Example

White with #BB841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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