Html Css Color HEX #B0765D Toast

📋 copy color: '#B0765D'

red 176 ◦ green 118 ◦ blue 93

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

Shades of Toast #B0765D

Tints of Toast #B0765D

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

 GREEN value IS 118 (46.48% from 255) = 30.49%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 45.48%
G = 30.49%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0765D (or 0xB0765D) is known color: Toast. HEX triplet: B0, 76 and 5D. RGB value is (176,118,93). Sum of RGB (Red+Green+Blue) = 176+118+93=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0765D is #4F89A2. Grayscale: #848484. Windows color (decimal): -5212579 or 6125232. OLE color: 6125232.

HSL color Cylindrical-coordinate representation of color #B0765D: hue angle of 18.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0765D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 93 -
CMYK 0 0.33 0.47 0.31
HSL 18.07º 0.34% 0.53% -
HSV(B) 18.07º 0.47% 0.69% -
XYZ 26.36 22.98 13.4 -
YUV 132.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 176 118 93 0 0.33 0.47 0.31 18.07 0.34 0.53
Hex B0 76 5D 0 21 2F 1F 12 22 35
Octal 260 166 135 0 41 57 37 22 42 65
Binary 10110000 1110110 1011101 0 100001 101111 11111 10010 100010 110101

Color Harmonies of #B0765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0765D

Black with #B0765D

Text Example


Text Example

White with #B0765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0765D; }

 p { color: rgb(176,118,93); }

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

background-color css

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

 a { background-color: rgb(176,118,93); }

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

border-color css

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

 span { border-color: rgb(176,118,93); }

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