Html Css Color HEX #B74448 Hippie Pink

📋 copy color: '#B74448'

red 183 ◦ green 68 ◦ blue 72

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

Shades of Hippie Pink #B74448

Tints of Hippie Pink #B74448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 56.66%
G = 21.05%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B74448 (or 0xB74448) is known color: Hippie Pink. HEX triplet: B7, 44 and 48. RGB value is (183,68,72). Sum of RGB (Red+Green+Blue) = 183+68+72=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B74448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74448 is #48BBB7. Grayscale: #666666. Windows color (decimal): -4766648 or 4736183. OLE color: 4736183.

HSL color Cylindrical-coordinate representation of color #B74448: hue angle of 357.91º 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 #B74448 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 72 -
CMYK 0 0.63 0.61 0.28
HSL 357.91º 0.46% 0.49% -
HSV(B) 357.91º 0.63% 0.72% -
XYZ 22.77 14.67 7.76 -
YUV 102.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 183 68 72 0 0.63 0.61 0.28 357.91 0.46 0.49
Hex B7 44 48 0 3F 3D 1C 166 2E 31
Octal 267 104 110 0 77 75 34 546 56 61
Binary 10110111 1000100 1001000 0 111111 111101 11100 101100110 101110 110001

Color Harmonies of #B74448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74448

Black with #B74448

Text Example


Text Example

White with #B74448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74448; }

 p { color: rgb(183,68,72); }

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

background-color css

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

 a { background-color: rgb(183,68,72); }

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

border-color css

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

 span { border-color: rgb(183,68,72); }

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