Html Css Color HEX #B76364 Blush

📋 copy color: '#B76364'

red 183 ◦ green 99 ◦ blue 100

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

Shades of Blush #B76364

Tints of Blush #B76364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.18%

R = 47.91%
G = 25.92%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B76364 (or 0xB76364) is known color: Blush. HEX triplet: B7, 63 and 64. RGB value is (183,99,100). Sum of RGB (Red+Green+Blue) = 183+99+100=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B76364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76364 is #489C9B. Grayscale: #7C7C7C. Windows color (decimal): -4758684 or 6579127. OLE color: 6579127.

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

Color convert

RGB 183 99 100 -
CMYK 0 0.46 0.45 0.28
HSL 359.29º 0.37% 0.55% -
HSV(B) 359.29º 0.46% 0.72% -
XYZ 26.29 19.91 14.51 -
YUV 124.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 183 99 100 0 0.46 0.45 0.28 359.29 0.37 0.55
Hex B7 63 64 0 2E 2D 1C 167 25 37
Octal 267 143 144 0 56 55 34 547 45 67
Binary 10110111 1100011 1100100 0 101110 101101 11100 101100111 100101 110111

Color Harmonies of #B76364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76364

Black with #B76364

Text Example


Text Example

White with #B76364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76364; }

 p { color: rgb(183,99,100); }

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

background-color css

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

 a { background-color: rgb(183,99,100); }

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

border-color css

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

 span { border-color: rgb(183,99,100); }

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