Html Css Color HEX #B74353 Hippie Pink

📋 copy color: '#B74353'

red 183 ◦ green 67 ◦ blue 83

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

Shades of Hippie Pink #B74353

Tints of Hippie Pink #B74353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 54.95%
G = 20.12%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B74353 (or 0xB74353) is known color: Hippie Pink. HEX triplet: B7, 43 and 53. RGB value is (183,67,83). Sum of RGB (Red+Green+Blue) = 183+67+83=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B74353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74353 is #48BCAC. Grayscale: #676767. Windows color (decimal): -4766893 or 5456823. OLE color: 5456823.

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

Color convert

RGB 183 67 83 -
CMYK 0 0.63 0.55 0.28
HSL 351.72º 0.46% 0.49% -
HSV(B) 351.72º 0.63% 0.72% -
XYZ 23.1 14.71 9.8 -
YUV 103.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 183 67 83 0 0.63 0.55 0.28 351.72 0.46 0.49
Hex B7 43 53 0 3F 37 1C 160 2E 31
Octal 267 103 123 0 77 67 34 540 56 61
Binary 10110111 1000011 1010011 0 111111 110111 11100 101100000 101110 110001

Color Harmonies of #B74353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74353

Black with #B74353

Text Example


Text Example

White with #B74353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74353; }

 p { color: rgb(183,67,83); }

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

background-color css

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

 a { background-color: rgb(183,67,83); }

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

border-color css

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

 span { border-color: rgb(183,67,83); }

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