Html Css Color HEX #B65469 Blush

📋 copy color: '#B65469'

red 182 ◦ green 84 ◦ blue 105

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

Shades of Blush #B65469

Tints of Blush #B65469

RGB

 RED value IS 182 (71.48% from 255) = 49.06%

 GREEN value IS 84 (33.2% from 255) = 22.64%

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 49.06%
G = 22.64%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B65469 (or 0xB65469) is known color: Blush. HEX triplet: B6, 54 and 69. RGB value is (182,84,105). Sum of RGB (Red+Green+Blue) = 182+84+105=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B65469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65469 is #49AB96. Grayscale: #737373. Windows color (decimal): -4828055 or 6902966. OLE color: 6902966.

HSL color Cylindrical-coordinate representation of color #B65469: hue angle of 347.14º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65469 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 84 105 -
CMYK 0 0.54 0.42 0.29
HSL 347.14º 0.4% 0.52% -
HSV(B) 347.14º 0.54% 0.71% -
XYZ 25.01 17.31 15.39 -
YUV 115.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 182 84 105 0 0.54 0.42 0.29 347.14 0.4 0.52
Hex B6 54 69 0 36 2A 1D 15B 28 34
Octal 266 124 151 0 66 52 35 533 50 64
Binary 10110110 1010100 1101001 0 110110 101010 11101 101011011 101000 110100

Color Harmonies of #B65469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65469

Black with #B65469

Text Example


Text Example

White with #B65469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65469; }

 p { color: rgb(182,84,105); }

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

background-color css

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

 a { background-color: rgb(182,84,105); }

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

border-color css

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

 span { border-color: rgb(182,84,105); }

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