Html Css Color HEX #BB881E Nugget

📋 copy color: '#BB881E'

red 187 ◦ green 136 ◦ blue 30

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

Shades of Nugget #BB881E

Tints of Nugget #BB881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 52.97%
G = 38.53%
B = 8.5%

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

#BB881E (or 0xBB881E) is known color: Nugget. HEX triplet: BB, 88 and 1E. RGB value is (187,136,30). Sum of RGB (Red+Green+Blue) = 187+136+30=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB881E is #4477E1. Grayscale: #8B8B8B. Windows color (decimal): -4487138 or 2001083. OLE color: 2001083.

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

Color convert

RGB 187 136 30 -
CMYK 0 0.27 0.84 0.27
HSL 40.51º 0.72% 0.43% -
HSV(B) 40.51º 0.84% 0.73% -
XYZ 29.53 28.27 5.13 -
YUV 139.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 187 136 30 0 0.27 0.84 0.27 40.51 0.72 0.43
Hex BB 88 1E 0 1B 54 1B 29 48 2B
Octal 273 210 36 0 33 124 33 51 110 53
Binary 10111011 10001000 11110 0 11011 1010100 11011 101001 1001000 101011

Color Harmonies of #BB881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB881E

Black with #BB881E

Text Example


Text Example

White with #BB881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB881E; }

 p { color: rgb(187,136,30); }

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

background-color css

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

 a { background-color: rgb(187,136,30); }

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

border-color css

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

 span { border-color: rgb(187,136,30); }

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