Html Css Color HEX #B96256 Sunglo

📋 copy color: '#B96256'

red 185 ◦ green 98 ◦ blue 86

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

Shades of Sunglo #B96256

Tints of Sunglo #B96256

RGB

 RED value IS 185 (72.66% from 255) = 50.14%

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 50.14%
G = 26.56%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B96256 (or 0xB96256) is known color: Sunglo. HEX triplet: B9, 62 and 56. RGB value is (185,98,86). Sum of RGB (Red+Green+Blue) = 185+98+86=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96256 is #469DA9. Grayscale: #7A7A7A. Windows color (decimal): -4627882 or 5661369. OLE color: 5661369.

HSL color Cylindrical-coordinate representation of color #B96256: hue angle of 7.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96256 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 86 -
CMYK 0 0.47 0.54 0.27
HSL 7.27º 0.41% 0.53% -
HSV(B) 7.27º 0.54% 0.73% -
XYZ 26.05 19.72 11.24 -
YUV 122.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 185 98 86 0 0.47 0.54 0.27 7.27 0.41 0.53
Hex B9 62 56 0 2F 36 1B 7 29 35
Octal 271 142 126 0 57 66 33 7 51 65
Binary 10111001 1100010 1010110 0 101111 110110 11011 111 101001 110101

Color Harmonies of #B96256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96256

Black with #B96256

Text Example


Text Example

White with #B96256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96256; }

 p { color: rgb(185,98,86); }

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

background-color css

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

 a { background-color: rgb(185,98,86); }

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

border-color css

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

 span { border-color: rgb(185,98,86); }

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