Html Css Color HEX #BB861D Nugget

📋 copy color: '#BB861D'

red 187 ◦ green 134 ◦ blue 29

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

Shades of Nugget #BB861D

Tints of Nugget #BB861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 53.43%
G = 38.29%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB861D (or 0xBB861D) is known color: Nugget. HEX triplet: BB, 86 and 1D. RGB value is (187,134,29). Sum of RGB (Red+Green+Blue) = 187+134+29=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB861D is #4479E2. Grayscale: #8A8A8A. Windows color (decimal): -4487651 or 1935035. OLE color: 1935035.

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

Color convert

RGB 187 134 29 -
CMYK 0 0.28 0.84 0.27
HSL 39.87º 0.73% 0.42% -
HSV(B) 39.87º 0.84% 0.73% -
XYZ 29.24 27.7 4.97 -
YUV 137.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 187 134 29 0 0.28 0.84 0.27 39.87 0.73 0.42
Hex BB 86 1D 0 1C 54 1B 28 49 2A
Octal 273 206 35 0 34 124 33 50 111 52
Binary 10111011 10000110 11101 0 11100 1010100 11011 101000 1001001 101010

Color Harmonies of #BB861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB861D

Black with #BB861D

Text Example


Text Example

White with #BB861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB861D; }

 p { color: rgb(187,134,29); }

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

background-color css

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

 a { background-color: rgb(187,134,29); }

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

border-color css

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

 span { border-color: rgb(187,134,29); }

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