Html Css Color HEX #BB882A Nugget

📋 copy color: '#BB882A'

red 187 ◦ green 136 ◦ blue 42

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

Shades of Nugget #BB882A

Tints of Nugget #BB882A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 51.23%
G = 37.26%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB882A (or 0xBB882A) is known color: Nugget. HEX triplet: BB, 88 and 2A. RGB value is (187,136,42). Sum of RGB (Red+Green+Blue) = 187+136+42=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB882A is #4477D5. Grayscale: #8C8C8C. Windows color (decimal): -4487126 or 2787515. OLE color: 2787515.

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

Color convert

RGB 187 136 42 -
CMYK 0 0.27 0.78 0.27
HSL 38.9º 0.63% 0.45% -
HSV(B) 38.9º 0.78% 0.73% -
XYZ 29.72 28.34 6.09 -
YUV 140.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 187 136 42 0 0.27 0.78 0.27 38.9 0.63 0.45
Hex BB 88 2A 0 1B 4E 1B 27 3F 2D
Octal 273 210 52 0 33 116 33 47 77 55
Binary 10111011 10001000 101010 0 11011 1001110 11011 100111 111111 101101

Color Harmonies of #BB882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB882A

Black with #BB882A

Text Example


Text Example

White with #BB882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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