Html Css Color HEX #B65358 Hippie Pink

📋 copy color: '#B65358'

red 182 ◦ green 83 ◦ blue 88

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

Shades of Hippie Pink #B65358

Tints of Hippie Pink #B65358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 51.56%
G = 23.51%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B65358 (or 0xB65358) is known color: Hippie Pink. HEX triplet: B6, 53 and 58. RGB value is (182,83,88). Sum of RGB (Red+Green+Blue) = 182+83+88=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B65358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65358 is #49ACA7. Grayscale: #717171. Windows color (decimal): -4828328 or 5788598. OLE color: 5788598.

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

Color convert

RGB 182 83 88 -
CMYK 0 0.54 0.52 0.29
HSL 356.97º 0.4% 0.52% -
HSV(B) 356.97º 0.54% 0.71% -
XYZ 24.15 16.84 11.21 -
YUV 113.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 182 83 88 0 0.54 0.52 0.29 356.97 0.4 0.52
Hex B6 53 58 0 36 34 1D 165 28 34
Octal 266 123 130 0 66 64 35 545 50 64
Binary 10110110 1010011 1011000 0 110110 110100 11101 101100101 101000 110100

Color Harmonies of #B65358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65358

Black with #B65358

Text Example


Text Example

White with #B65358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65358; }

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

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

background-color css

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

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

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

border-color css

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

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

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