Html Css Color HEX #BB891D Nugget

📋 copy color: '#BB891D'

red 187 ◦ green 137 ◦ blue 29

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

Shades of Nugget #BB891D

Tints of Nugget #BB891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

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

R = 52.97%
G = 38.81%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB891D (or 0xBB891D) is known color: Nugget. HEX triplet: BB, 89 and 1D. RGB value is (187,137,29). Sum of RGB (Red+Green+Blue) = 187+137+29=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB891D is #4476E2. Grayscale: #8C8C8C. Windows color (decimal): -4486883 or 1935803. OLE color: 1935803.

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

Color convert

RGB 187 137 29 -
CMYK 0 0.27 0.84 0.27
HSL 41.01º 0.73% 0.42% -
HSV(B) 41.01º 0.84% 0.73% -
XYZ 29.66 28.54 5.11 -
YUV 139.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 187 137 29 0 0.27 0.84 0.27 41.01 0.73 0.42
Hex BB 89 1D 0 1B 54 1B 29 49 2A
Octal 273 211 35 0 33 124 33 51 111 52
Binary 10111011 10001001 11101 0 11011 1010100 11011 101001 1001001 101010

Color Harmonies of #BB891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB891D

Black with #BB891D

Text Example


Text Example

White with #BB891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB891D; }

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

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

background-color css

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

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

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

border-color css

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

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

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