Html Css Color HEX #BB8820 Nugget

📋 copy color: '#BB8820'

red 187 ◦ green 136 ◦ blue 32

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

Shades of Nugget #BB8820

Tints of Nugget #BB8820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 52.68%
G = 38.31%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB8820 (or 0xBB8820) is known color: Nugget. HEX triplet: BB, 88 and 20. RGB value is (187,136,32). Sum of RGB (Red+Green+Blue) = 187+136+32=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8820 is #4477DF. Grayscale: #8B8B8B. Windows color (decimal): -4487136 or 2132155. OLE color: 2132155.

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

Color convert

RGB 187 136 32 -
CMYK 0 0.27 0.83 0.27
HSL 40.26º 0.71% 0.43% -
HSV(B) 40.26º 0.83% 0.73% -
XYZ 29.56 28.28 5.27 -
YUV 139.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 187 136 32 0 0.27 0.83 0.27 40.26 0.71 0.43
Hex BB 88 20 0 1B 53 1B 28 47 2B
Octal 273 210 40 0 33 123 33 50 107 53
Binary 10111011 10001000 100000 0 11011 1010011 11011 101000 1000111 101011

Color Harmonies of #BB8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8820

Black with #BB8820

Text Example


Text Example

White with #BB8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8820; }

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

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

background-color css

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

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

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

border-color css

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

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

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