Html Css Color HEX #B96759 Sunglo

📋 copy color: '#B96759'

red 185 ◦ green 103 ◦ blue 89

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

Shades of Sunglo #B96759

Tints of Sunglo #B96759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 49.07%
G = 27.32%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B96759 (or 0xB96759) is known color: Sunglo. HEX triplet: B9, 67 and 59. RGB value is (185,103,89). Sum of RGB (Red+Green+Blue) = 185+103+89=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B96759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96759 is #4698A6. Grayscale: #7E7E7E. Windows color (decimal): -4626599 or 5859257. OLE color: 5859257.

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

Color convert

RGB 185 103 89 -
CMYK 0 0.44 0.52 0.27
HSL 8.75º 0.41% 0.54% -
HSV(B) 8.75º 0.52% 0.73% -
XYZ 26.66 20.74 12.05 -
YUV 125.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 185 103 89 0 0.44 0.52 0.27 8.75 0.41 0.54
Hex B9 67 59 0 2C 34 1B 9 29 36
Octal 271 147 131 0 54 64 33 11 51 66
Binary 10111001 1100111 1011001 0 101100 110100 11011 1001 101001 110110

Color Harmonies of #B96759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96759

Black with #B96759

Text Example


Text Example

White with #B96759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96759; }

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

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

background-color css

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

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

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

border-color css

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

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

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