Html Css Color HEX #B65053 Hippie Pink

📋 copy color: '#B65053'

red 182 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #B65053

Tints of Hippie Pink #B65053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 52.75%
G = 23.19%
B = 24.06%

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

#B65053 (or 0xB65053) is known color: Hippie Pink. HEX triplet: B6, 50 and 53. RGB value is (182,80,83). Sum of RGB (Red+Green+Blue) = 182+80+83=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B65053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65053 is #49AFAC. Grayscale: #6E6E6E. Windows color (decimal): -4829101 or 5460150. OLE color: 5460150.

HSL color Cylindrical-coordinate representation of color #B65053: hue angle of 358.24º 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 #B65053 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 83 -
CMYK 0 0.56 0.54 0.29
HSL 358.24º 0.41% 0.51% -
HSV(B) 358.24º 0.56% 0.71% -
XYZ 23.72 16.31 10.08 -
YUV 110.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 182 80 83 0 0.56 0.54 0.29 358.24 0.41 0.51
Hex B6 50 53 0 38 36 1D 166 29 33
Octal 266 120 123 0 70 66 35 546 51 63
Binary 10110110 1010000 1010011 0 111000 110110 11101 101100110 101001 110011

Color Harmonies of #B65053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65053

Black with #B65053

Text Example


Text Example

White with #B65053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65053; }

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

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

background-color css

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

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

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

border-color css

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

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

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