Html Css Color HEX #BB9832 Nugget

📋 copy color: '#BB9832'

red 187 ◦ green 152 ◦ blue 50

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

Shades of Nugget #BB9832

Tints of Nugget #BB9832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 48.07%
G = 39.07%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB9832 (or 0xBB9832) is known color: Nugget. HEX triplet: BB, 98 and 32. RGB value is (187,152,50). Sum of RGB (Red+Green+Blue) = 187+152+50=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9832 is #4467CD. Grayscale: #979797. Windows color (decimal): -4483022 or 3315899. OLE color: 3315899.

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

Color convert

RGB 187 152 50 -
CMYK 0 0.19 0.73 0.27
HSL 44.67º 0.58% 0.46% -
HSV(B) 44.67º 0.73% 0.73% -
XYZ 32.3 33.25 7.73 -
YUV 150.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 187 152 50 0 0.19 0.73 0.27 44.67 0.58 0.46
Hex BB 98 32 0 13 49 1B 2D 3A 2E
Octal 273 230 62 0 23 111 33 55 72 56
Binary 10111011 10011000 110010 0 10011 1001001 11011 101101 111010 101110

Color Harmonies of #BB9832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9832

Black with #BB9832

Text Example


Text Example

White with #BB9832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9832; }

 p { color: rgb(187,152,50); }

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

background-color css

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

 a { background-color: rgb(187,152,50); }

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

border-color css

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

 span { border-color: rgb(187,152,50); }

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