Html Css Color HEX #B65153 Hippie Pink

📋 copy color: '#B65153'

red 182 ◦ green 81 ◦ blue 83

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

Shades of Hippie Pink #B65153

Tints of Hippie Pink #B65153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 52.6%
G = 23.41%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B65153 (or 0xB65153) is known color: Hippie Pink. HEX triplet: B6, 51 and 53. RGB value is (182,81,83). Sum of RGB (Red+Green+Blue) = 182+81+83=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B65153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65153 is #49AEAC. Grayscale: #6F6F6F. Windows color (decimal): -4828845 or 5460406. OLE color: 5460406.

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

Color convert

RGB 182 81 83 -
CMYK 0 0.55 0.54 0.29
HSL 358.81º 0.41% 0.52% -
HSV(B) 358.81º 0.55% 0.71% -
XYZ 23.8 16.45 10.11 -
YUV 111.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 182 81 83 0 0.55 0.54 0.29 358.81 0.41 0.52
Hex B6 51 53 0 37 36 1D 167 29 34
Octal 266 121 123 0 67 66 35 547 51 64
Binary 10110110 1010001 1010011 0 110111 110110 11101 101100111 101001 110100

Color Harmonies of #B65153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65153

Black with #B65153

Text Example


Text Example

White with #B65153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65153; }

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

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

background-color css

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

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

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

border-color css

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

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

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