Html Css Color HEX #BB9526 Nugget

📋 copy color: '#BB9526'

red 187 ◦ green 149 ◦ blue 38

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

Shades of Nugget #BB9526

Tints of Nugget #BB9526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.16%

R = 50%
G = 39.84%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB9526 (or 0xBB9526) is known color: Nugget. HEX triplet: BB, 95 and 26. RGB value is (187,149,38). Sum of RGB (Red+Green+Blue) = 187+149+38=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9526 is #446AD9. Grayscale: #949494. Windows color (decimal): -4483802 or 2528699. OLE color: 2528699.

HSL color Cylindrical-coordinate representation of color #BB9526: hue angle of 44.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB9526 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 38 -
CMYK 0 0.20 0.80 0.27
HSL 44.7º 0.66% 0.44% -
HSV(B) 44.7º 0.8% 0.73% -
XYZ 31.59 32.2 6.38 -
YUV 147.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 187 149 38 0 0.20 0.80 0.27 44.7 0.66 0.44
Hex BB 95 26 0 14 50 1B 2D 42 2C
Octal 273 225 46 0 24 120 33 55 102 54
Binary 10111011 10010101 100110 0 10100 1010000 11011 101101 1000010 101100

Color Harmonies of #BB9526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9526

Black with #BB9526

Text Example


Text Example

White with #BB9526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9526; }

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

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

background-color css

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

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

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

border-color css

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

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

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