Html Css Color HEX #B96355 Sunglo

📋 copy color: '#B96355'

red 185 ◦ green 99 ◦ blue 85

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

Shades of Sunglo #B96355

Tints of Sunglo #B96355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 50.14%
G = 26.83%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B96355 (or 0xB96355) is known color: Sunglo. HEX triplet: B9, 63 and 55. RGB value is (185,99,85). Sum of RGB (Red+Green+Blue) = 185+99+85=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96355 is #469CAA. Grayscale: #7B7B7B. Windows color (decimal): -4627627 or 5596089. OLE color: 5596089.

HSL color Cylindrical-coordinate representation of color #B96355: hue angle of 8.4º degrees, saturation: 0.42, 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 #B96355 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 85 -
CMYK 0 0.46 0.54 0.27
HSL 8.4º 0.42% 0.53% -
HSV(B) 8.4º 0.54% 0.73% -
XYZ 26.11 19.89 11.06 -
YUV 123.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 185 99 85 0 0.46 0.54 0.27 8.4 0.42 0.53
Hex B9 63 55 0 2E 36 1B 8 2A 35
Octal 271 143 125 0 56 66 33 10 52 65
Binary 10111001 1100011 1010101 0 101110 110110 11011 1000 101010 110101

Color Harmonies of #B96355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96355

Black with #B96355

Text Example


Text Example

White with #B96355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96355; }

 p { color: rgb(185,99,85); }

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

background-color css

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

 a { background-color: rgb(185,99,85); }

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

border-color css

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

 span { border-color: rgb(185,99,85); }

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