Html Css Color HEX #B96254 Sunglo

📋 copy color: '#B96254'

red 185 ◦ green 98 ◦ blue 84

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

Shades of Sunglo #B96254

Tints of Sunglo #B96254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 50.41%
G = 26.7%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96254 (or 0xB96254) is known color: Sunglo. HEX triplet: B9, 62 and 54. RGB value is (185,98,84). Sum of RGB (Red+Green+Blue) = 185+98+84=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96254 is #469DAB. Grayscale: #7A7A7A. Windows color (decimal): -4627884 or 5530297. OLE color: 5530297.

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

Color convert

RGB 185 98 84 -
CMYK 0 0.47 0.55 0.27
HSL 8.32º 0.42% 0.53% -
HSV(B) 8.32º 0.55% 0.73% -
XYZ 25.98 19.69 10.82 -
YUV 122.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 185 98 84 0 0.47 0.55 0.27 8.32 0.42 0.53
Hex B9 62 54 0 2F 37 1B 8 2A 35
Octal 271 142 124 0 57 67 33 10 52 65
Binary 10111001 1100010 1010100 0 101111 110111 11011 1000 101010 110101

Color Harmonies of #B96254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96254

Black with #B96254

Text Example


Text Example

White with #B96254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96254; }

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

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

background-color css

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

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

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

border-color css

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

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

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