Html Css Color HEX #B76155 Sunglo

📋 copy color: '#B76155'

red 183 ◦ green 97 ◦ blue 85

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

Shades of Sunglo #B76155

Tints of Sunglo #B76155

RGB

 RED value IS 183 (71.88% from 255) = 50.14%

 GREEN value IS 97 (38.28% from 255) = 26.58%

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

R = 50.14%
G = 26.58%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B76155 (or 0xB76155) is known color: Sunglo. HEX triplet: B7, 61 and 55. RGB value is (183,97,85). Sum of RGB (Red+Green+Blue) = 183+97+85=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B76155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76155 is #489EAA. Grayscale: #797979. Windows color (decimal): -4759211 or 5595575. OLE color: 5595575.

HSL color Cylindrical-coordinate representation of color #B76155: hue angle of 7.35º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76155 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 85 -
CMYK 0 0.47 0.54 0.28
HSL 7.35º 0.4% 0.53% -
HSV(B) 7.35º 0.54% 0.72% -
XYZ 25.44 19.27 10.97 -
YUV 121.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 183 97 85 0 0.47 0.54 0.28 7.35 0.4 0.53
Hex B7 61 55 0 2F 36 1C 7 28 35
Octal 267 141 125 0 57 66 34 7 50 65
Binary 10110111 1100001 1010101 0 101111 110110 11100 111 101000 110101

Color Harmonies of #B76155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76155

Black with #B76155

Text Example


Text Example

White with #B76155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76155; }

 p { color: rgb(183,97,85); }

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

background-color css

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

 a { background-color: rgb(183,97,85); }

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

border-color css

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

 span { border-color: rgb(183,97,85); }

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