Html Css Color HEX #BB851F Nugget

📋 copy color: '#BB851F'

red 187 ◦ green 133 ◦ blue 31

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

Shades of Nugget #BB851F

Tints of Nugget #BB851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 53.28%
G = 37.89%
B = 8.83%

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

#BB851F (or 0xBB851F) is known color: Nugget. HEX triplet: BB, 85 and 1F. RGB value is (187,133,31). Sum of RGB (Red+Green+Blue) = 187+133+31=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB851F is #447AE0. Grayscale: #898989. Windows color (decimal): -4487905 or 2065851. OLE color: 2065851.

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

Color convert

RGB 187 133 31 -
CMYK 0 0.29 0.83 0.27
HSL 39.23º 0.72% 0.43% -
HSV(B) 39.23º 0.83% 0.73% -
XYZ 29.13 27.44 5.06 -
YUV 137.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 187 133 31 0 0.29 0.83 0.27 39.23 0.72 0.43
Hex BB 85 1F 0 1D 53 1B 27 48 2B
Octal 273 205 37 0 35 123 33 47 110 53
Binary 10111011 10000101 11111 0 11101 1010011 11011 100111 1001000 101011

Color Harmonies of #BB851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB851F

Black with #BB851F

Text Example


Text Example

White with #BB851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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