Html Css Color HEX #BB952A Nugget

📋 copy color: '#BB952A'

red 187 ◦ green 149 ◦ blue 42

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

Shades of Nugget #BB952A

Tints of Nugget #BB952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 49.47%
G = 39.42%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB952A (or 0xBB952A) is known color: Nugget. HEX triplet: BB, 95 and 2A. RGB value is (187,149,42). Sum of RGB (Red+Green+Blue) = 187+149+42=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB952A is #446AD5. Grayscale: #949494. Windows color (decimal): -4483798 or 2790843. OLE color: 2790843.

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

Color convert

RGB 187 149 42 -
CMYK 0 0.20 0.78 0.27
HSL 44.28º 0.63% 0.45% -
HSV(B) 44.28º 0.78% 0.73% -
XYZ 31.66 32.23 6.74 -
YUV 148.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 187 149 42 0 0.20 0.78 0.27 44.28 0.63 0.45
Hex BB 95 2A 0 14 4E 1B 2C 3F 2D
Octal 273 225 52 0 24 116 33 54 77 55
Binary 10111011 10010101 101010 0 10100 1001110 11011 101100 111111 101101

Color Harmonies of #BB952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB952A

Black with #BB952A

Text Example


Text Example

White with #BB952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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