Html Css Color HEX #B65054 Hippie Pink

📋 copy color: '#B65054'

red 182 ◦ green 80 ◦ blue 84

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

Shades of Hippie Pink #B65054

Tints of Hippie Pink #B65054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 52.6%
G = 23.12%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B65054 (or 0xB65054) is known color: Hippie Pink. HEX triplet: B6, 50 and 54. RGB value is (182,80,84). Sum of RGB (Red+Green+Blue) = 182+80+84=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B65054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65054 is #49AFAB. Grayscale: #6F6F6F. Windows color (decimal): -4829100 or 5525686. OLE color: 5525686.

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

Color convert

RGB 182 80 84 -
CMYK 0 0.56 0.54 0.29
HSL 357.65º 0.41% 0.51% -
HSV(B) 357.65º 0.56% 0.71% -
XYZ 23.76 16.32 10.29 -
YUV 110.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 182 80 84 0 0.56 0.54 0.29 357.65 0.41 0.51
Hex B6 50 54 0 38 36 1D 166 29 33
Octal 266 120 124 0 70 66 35 546 51 63
Binary 10110110 1010000 1010100 0 111000 110110 11101 101100110 101001 110011

Color Harmonies of #B65054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65054

Black with #B65054

Text Example


Text Example

White with #B65054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65054; }

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

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

background-color css

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

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

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

border-color css

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

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

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