Html Css Color HEX #BB9528 Nugget

📋 copy color: '#BB9528'

red 187 ◦ green 149 ◦ blue 40

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

Shades of Nugget #BB9528

Tints of Nugget #BB9528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 49.73%
G = 39.63%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB9528 (or 0xBB9528) is known color: Nugget. HEX triplet: BB, 95 and 28. RGB value is (187,149,40). Sum of RGB (Red+Green+Blue) = 187+149+40=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9528 is #446AD7. Grayscale: #949494. Windows color (decimal): -4483800 or 2659771. OLE color: 2659771.

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

Color convert

RGB 187 149 40 -
CMYK 0 0.20 0.79 0.27
HSL 44.49º 0.65% 0.45% -
HSV(B) 44.49º 0.79% 0.73% -
XYZ 31.62 32.21 6.56 -
YUV 147.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 187 149 40 0 0.20 0.79 0.27 44.49 0.65 0.45
Hex BB 95 28 0 14 4F 1B 2C 41 2D
Octal 273 225 50 0 24 117 33 54 101 55
Binary 10111011 10010101 101000 0 10100 1001111 11011 101100 1000001 101101

Color Harmonies of #BB9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9528

Black with #BB9528

Text Example


Text Example

White with #BB9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9528; }

 p { color: rgb(187,149,40); }

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

background-color css

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

 a { background-color: rgb(187,149,40); }

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

border-color css

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

 span { border-color: rgb(187,149,40); }

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