Html Css Color HEX #BB952F Nugget

📋 copy color: '#BB952F'

red 187 ◦ green 149 ◦ blue 47

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

Shades of Nugget #BB952F

Tints of Nugget #BB952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 48.83%
G = 38.9%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB952F (or 0xBB952F) is known color: Nugget. HEX triplet: BB, 95 and 2F. RGB value is (187,149,47). Sum of RGB (Red+Green+Blue) = 187+149+47=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB952F is #446AD0. Grayscale: #959595. Windows color (decimal): -4483793 or 3118523. OLE color: 3118523.

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

Color convert

RGB 187 149 47 -
CMYK 0 0.20 0.75 0.27
HSL 43.71º 0.6% 0.46% -
HSV(B) 43.71º 0.75% 0.73% -
XYZ 31.75 32.26 7.24 -
YUV 148.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 187 149 47 0 0.20 0.75 0.27 43.71 0.6 0.46
Hex BB 95 2F 0 14 4B 1B 2C 3C 2E
Octal 273 225 57 0 24 113 33 54 74 56
Binary 10111011 10010101 101111 0 10100 1001011 11011 101100 111100 101110

Color Harmonies of #BB952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB952F

Black with #BB952F

Text Example


Text Example

White with #BB952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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