Html Css Color HEX #B7515A Hippie Pink

📋 copy color: '#B7515A'

red 183 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #B7515A

Tints of Hippie Pink #B7515A

RGB

 RED value IS 183 (71.88% from 255) = 51.69%

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

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 51.69%
G = 22.88%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7515A (or 0xB7515A) is known color: Hippie Pink. HEX triplet: B7, 51 and 5A. RGB value is (183,81,90). Sum of RGB (Red+Green+Blue) = 183+81+90=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7515A is #48AEA5. Grayscale: #707070. Windows color (decimal): -4763302 or 5919159. OLE color: 5919159.

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

Color convert

RGB 183 81 90 -
CMYK 0 0.56 0.51 0.28
HSL 354.71º 0.41% 0.52% -
HSV(B) 354.71º 0.56% 0.72% -
XYZ 24.32 16.69 11.61 -
YUV 112.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 183 81 90 0 0.56 0.51 0.28 354.71 0.41 0.52
Hex B7 51 5A 0 38 33 1C 163 29 34
Octal 267 121 132 0 70 63 34 543 51 64
Binary 10110111 1010001 1011010 0 111000 110011 11100 101100011 101001 110100

Color Harmonies of #B7515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7515A

Black with #B7515A

Text Example


Text Example

White with #B7515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7515A; }

 p { color: rgb(183,81,90); }

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

background-color css

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

 a { background-color: rgb(183,81,90); }

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

border-color css

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

 span { border-color: rgb(183,81,90); }

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