Html Css Color HEX #B76268 Blush

📋 copy color: '#B76268'

red 183 ◦ green 98 ◦ blue 104

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

Shades of Blush #B76268

Tints of Blush #B76268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 47.53%
G = 25.45%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B76268 (or 0xB76268) is known color: Blush. HEX triplet: B7, 62 and 68. RGB value is (183,98,104). Sum of RGB (Red+Green+Blue) = 183+98+104=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76268 is #489D97. Grayscale: #7C7C7C. Windows color (decimal): -4758936 or 6841015. OLE color: 6841015.

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

Color convert

RGB 183 98 104 -
CMYK 0 0.46 0.43 0.28
HSL 355.76º 0.37% 0.55% -
HSV(B) 355.76º 0.46% 0.72% -
XYZ 26.39 19.8 15.53 -
YUV 124.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 183 98 104 0 0.46 0.43 0.28 355.76 0.37 0.55
Hex B7 62 68 0 2E 2B 1C 164 25 37
Octal 267 142 150 0 56 53 34 544 45 67
Binary 10110111 1100010 1101000 0 101110 101011 11100 101100100 100101 110111

Color Harmonies of #B76268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76268

Black with #B76268

Text Example


Text Example

White with #B76268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76268; }

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

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

background-color css

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

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

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

border-color css

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

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

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