Html Css Color HEX #B96255 Sunglo

📋 copy color: '#B96255'

red 185 ◦ green 98 ◦ blue 85

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

Shades of Sunglo #B96255

Tints of Sunglo #B96255

RGB

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

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

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

R = 50.27%
G = 26.63%
B = 23.1%

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

#B96255 (or 0xB96255) is known color: Sunglo. HEX triplet: B9, 62 and 55. RGB value is (185,98,85). Sum of RGB (Red+Green+Blue) = 185+98+85=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96255 is #469DAA. Grayscale: #7A7A7A. Windows color (decimal): -4627883 or 5595833. OLE color: 5595833.

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

Color convert

RGB 185 98 85 -
CMYK 0 0.47 0.54 0.27
HSL 7.8º 0.42% 0.53% -
HSV(B) 7.8º 0.54% 0.73% -
XYZ 26.01 19.71 11.03 -
YUV 122.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 185 98 85 0 0.47 0.54 0.27 7.8 0.42 0.53
Hex B9 62 55 0 2F 36 1B 8 2A 35
Octal 271 142 125 0 57 66 33 10 52 65
Binary 10111001 1100010 1010101 0 101111 110110 11011 1000 101010 110101

Color Harmonies of #B96255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96255

Black with #B96255

Text Example


Text Example

White with #B96255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96255; }

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

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

background-color css

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

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

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

border-color css

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

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

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