Html Css Color HEX #B76273 Blush

📋 copy color: '#B76273'

red 183 ◦ green 98 ◦ blue 115

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

Shades of Blush #B76273

Tints of Blush #B76273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 46.21%
G = 24.75%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B76273 (or 0xB76273) is known color: Blush. HEX triplet: B7, 62 and 73. RGB value is (183,98,115). Sum of RGB (Red+Green+Blue) = 183+98+115=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B76273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76273 is #489D8C. Grayscale: #7D7D7D. Windows color (decimal): -4758925 or 7561911. OLE color: 7561911.

HSL color Cylindrical-coordinate representation of color #B76273: hue angle of 348º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76273 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 98 115 -
CMYK 0 0.46 0.37 0.28
HSL 348º 0.37% 0.55% -
HSV(B) 348º 0.46% 0.72% -
XYZ 26.99 20.04 18.67 -
YUV 125.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 183 98 115 0 0.46 0.37 0.28 348 0.37 0.55
Hex B7 62 73 0 2E 25 1C 15C 25 37
Octal 267 142 163 0 56 45 34 534 45 67
Binary 10110111 1100010 1110011 0 101110 100101 11100 101011100 100101 110111

Color Harmonies of #B76273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76273

Black with #B76273

Text Example


Text Example

White with #B76273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76273; }

 p { color: rgb(183,98,115); }

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

background-color css

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

 a { background-color: rgb(183,98,115); }

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

border-color css

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

 span { border-color: rgb(183,98,115); }

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