Html Css Color HEX #B96555 Sunglo

📋 copy color: '#B96555'

red 185 ◦ green 101 ◦ blue 85

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

Shades of Sunglo #B96555

Tints of Sunglo #B96555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 49.87%
G = 27.22%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B96555 (or 0xB96555) is known color: Sunglo. HEX triplet: B9, 65 and 55. RGB value is (185,101,85). Sum of RGB (Red+Green+Blue) = 185+101+85=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96555 is #469AAA. Grayscale: #7C7C7C. Windows color (decimal): -4627115 or 5596601. OLE color: 5596601.

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

Color convert

RGB 185 101 85 -
CMYK 0 0.45 0.54 0.27
HSL 9.6º 0.42% 0.53% -
HSV(B) 9.6º 0.54% 0.73% -
XYZ 26.3 20.28 11.12 -
YUV 124.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 185 101 85 0 0.45 0.54 0.27 9.6 0.42 0.53
Hex B9 65 55 0 2D 36 1B A 2A 35
Octal 271 145 125 0 55 66 33 12 52 65
Binary 10111001 1100101 1010101 0 101101 110110 11011 1010 101010 110101

Color Harmonies of #B96555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96555

Black with #B96555

Text Example


Text Example

White with #B96555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96555; }

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

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

background-color css

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

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

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

border-color css

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

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

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