Html Css Color HEX #B96757 Sunglo

📋 copy color: '#B96757'

red 185 ◦ green 103 ◦ blue 87

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

Shades of Sunglo #B96757

Tints of Sunglo #B96757

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 49.33%
G = 27.47%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B96757 (or 0xB96757) is known color: Sunglo. HEX triplet: B9, 67 and 57. RGB value is (185,103,87). Sum of RGB (Red+Green+Blue) = 185+103+87=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B96757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96757 is #4698A8. Grayscale: #7D7D7D. Windows color (decimal): -4626601 or 5728185. OLE color: 5728185.

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

Color convert

RGB 185 103 87 -
CMYK 0 0.44 0.53 0.27
HSL 9.8º 0.41% 0.53% -
HSV(B) 9.8º 0.53% 0.73% -
XYZ 26.58 20.7 11.61 -
YUV 125.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 185 103 87 0 0.44 0.53 0.27 9.8 0.41 0.53
Hex B9 67 57 0 2C 35 1B A 29 35
Octal 271 147 127 0 54 65 33 12 51 65
Binary 10111001 1100111 1010111 0 101100 110101 11011 1010 101001 110101

Color Harmonies of #B96757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96757

Black with #B96757

Text Example


Text Example

White with #B96757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96757; }

 p { color: rgb(185,103,87); }

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

background-color css

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

 a { background-color: rgb(185,103,87); }

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

border-color css

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

 span { border-color: rgb(185,103,87); }

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