Html Css Color HEX #BB9830 Nugget

📋 copy color: '#BB9830'

red 187 ◦ green 152 ◦ blue 48

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

Shades of Nugget #BB9830

Tints of Nugget #BB9830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.4%

R = 48.32%
G = 39.28%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB9830 (or 0xBB9830) is known color: Nugget. HEX triplet: BB, 98 and 30. RGB value is (187,152,48). Sum of RGB (Red+Green+Blue) = 187+152+48=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9830 is #4467CF. Grayscale: #979797. Windows color (decimal): -4483024 or 3184827. OLE color: 3184827.

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

Color convert

RGB 187 152 48 -
CMYK 0 0.19 0.74 0.27
HSL 44.89º 0.59% 0.46% -
HSV(B) 44.89º 0.74% 0.73% -
XYZ 32.26 33.23 7.51 -
YUV 150.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 187 152 48 0 0.19 0.74 0.27 44.89 0.59 0.46
Hex BB 98 30 0 13 4A 1B 2D 3B 2E
Octal 273 230 60 0 23 112 33 55 73 56
Binary 10111011 10011000 110000 0 10011 1001010 11011 101101 111011 101110

Color Harmonies of #BB9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9830

Black with #BB9830

Text Example


Text Example

White with #BB9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9830; }

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

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

background-color css

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

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

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

border-color css

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

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

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