Html Css Color HEX #B76065 Blush

📋 copy color: '#B76065'

red 183 ◦ green 96 ◦ blue 101

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

Shades of Blush #B76065

Tints of Blush #B76065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 48.16%
G = 25.26%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B76065 (or 0xB76065) is known color: Blush. HEX triplet: B7, 60 and 65. RGB value is (183,96,101). Sum of RGB (Red+Green+Blue) = 183+96+101=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B76065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76065 is #489F9A. Grayscale: #7A7A7A. Windows color (decimal): -4759451 or 6643895. OLE color: 6643895.

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

Color convert

RGB 183 96 101 -
CMYK 0 0.48 0.45 0.28
HSL 356.55º 0.38% 0.55% -
HSV(B) 356.55º 0.48% 0.72% -
XYZ 26.06 19.37 14.68 -
YUV 122.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 183 96 101 0 0.48 0.45 0.28 356.55 0.38 0.55
Hex B7 60 65 0 30 2D 1C 165 26 37
Octal 267 140 145 0 60 55 34 545 46 67
Binary 10110111 1100000 1100101 0 110000 101101 11100 101100101 100110 110111

Color Harmonies of #B76065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76065

Black with #B76065

Text Example


Text Example

White with #B76065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76065; }

 p { color: rgb(183,96,101); }

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

background-color css

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

 a { background-color: rgb(183,96,101); }

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

border-color css

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

 span { border-color: rgb(183,96,101); }

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