Html Css Color HEX #B96358 Sunglo

📋 copy color: '#B96358'

red 185 ◦ green 99 ◦ blue 88

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

Shades of Sunglo #B96358

Tints of Sunglo #B96358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.66%

R = 49.73%
G = 26.61%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B96358 (or 0xB96358) is known color: Sunglo. HEX triplet: B9, 63 and 58. RGB value is (185,99,88). Sum of RGB (Red+Green+Blue) = 185+99+88=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96358 is #469CA7. Grayscale: #7B7B7B. Windows color (decimal): -4627624 or 5792697. OLE color: 5792697.

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

Color convert

RGB 185 99 88 -
CMYK 0 0.46 0.52 0.27
HSL 6.8º 0.41% 0.54% -
HSV(B) 6.8º 0.52% 0.73% -
XYZ 26.23 19.94 11.7 -
YUV 123.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 185 99 88 0 0.46 0.52 0.27 6.8 0.41 0.54
Hex B9 63 58 0 2E 34 1B 7 29 36
Octal 271 143 130 0 56 64 33 7 51 66
Binary 10111001 1100011 1011000 0 101110 110100 11011 111 101001 110110

Color Harmonies of #B96358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96358

Black with #B96358

Text Example


Text Example

White with #B96358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96358; }

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

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

background-color css

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

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

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

border-color css

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

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

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