Html Css Color HEX #B74652 Hippie Pink

📋 copy color: '#B74652'

red 183 ◦ green 70 ◦ blue 82

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

Shades of Hippie Pink #B74652

Tints of Hippie Pink #B74652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 54.63%
G = 20.9%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B74652 (or 0xB74652) is known color: Hippie Pink. HEX triplet: B7, 46 and 52. RGB value is (183,70,82). Sum of RGB (Red+Green+Blue) = 183+70+82=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74652 is #48B9AD. Grayscale: #696969. Windows color (decimal): -4766126 or 5392055. OLE color: 5392055.

HSL color Cylindrical-coordinate representation of color #B74652: hue angle of 353.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74652 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 82 -
CMYK 0 0.62 0.55 0.28
HSL 353.63º 0.45% 0.5% -
HSV(B) 353.63º 0.62% 0.72% -
XYZ 23.24 15.06 9.66 -
YUV 105.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 183 70 82 0 0.62 0.55 0.28 353.63 0.45 0.5
Hex B7 46 52 0 3E 37 1C 162 2D 32
Octal 267 106 122 0 76 67 34 542 55 62
Binary 10110111 1000110 1010010 0 111110 110111 11100 101100010 101101 110010

Color Harmonies of #B74652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74652

Black with #B74652

Text Example


Text Example

White with #B74652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74652; }

 p { color: rgb(183,70,82); }

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

background-color css

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

 a { background-color: rgb(183,70,82); }

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

border-color css

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

 span { border-color: rgb(183,70,82); }

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