Html Css Color HEX #B7474B Hippie Pink

📋 copy color: '#B7474B'

red 183 ◦ green 71 ◦ blue 75

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

Shades of Hippie Pink #B7474B

Tints of Hippie Pink #B7474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 55.62%
G = 21.58%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7474B (or 0xB7474B) is known color: Hippie Pink. HEX triplet: B7, 47 and 4B. RGB value is (183,71,75). Sum of RGB (Red+Green+Blue) = 183+71+75=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7474B is #48B8B4. Grayscale: #696969. Windows color (decimal): -4765877 or 4933559. OLE color: 4933559.

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

Color convert

RGB 183 71 75 -
CMYK 0 0.61 0.59 0.28
HSL 357.86º 0.44% 0.5% -
HSV(B) 357.86º 0.61% 0.72% -
XYZ 23.05 15.08 8.35 -
YUV 104.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 183 71 75 0 0.61 0.59 0.28 357.86 0.44 0.5
Hex B7 47 4B 0 3D 3B 1C 166 2C 32
Octal 267 107 113 0 75 73 34 546 54 62
Binary 10110111 1000111 1001011 0 111101 111011 11100 101100110 101100 110010

Color Harmonies of #B7474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7474B

Black with #B7474B

Text Example


Text Example

White with #B7474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7474B; }

 p { color: rgb(183,71,75); }

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

background-color css

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

 a { background-color: rgb(183,71,75); }

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

border-color css

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

 span { border-color: rgb(183,71,75); }

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