Html Css Color HEX #B6474A Hippie Pink

📋 copy color: '#B6474A'

red 182 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #B6474A

Tints of Hippie Pink #B6474A

RGB

 RED value IS 182 (71.48% from 255) = 55.66%

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 55.66%
G = 21.71%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6474A (or 0xB6474A) is known color: Hippie Pink. HEX triplet: B6, 47 and 4A. RGB value is (182,71,74). Sum of RGB (Red+Green+Blue) = 182+71+74=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6474A is #49B8B5. Grayscale: #686868. Windows color (decimal): -4831414 or 4868022. OLE color: 4868022.

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

Color convert

RGB 182 71 74 -
CMYK 0 0.61 0.59 0.29
HSL 358.38º 0.44% 0.5% -
HSV(B) 358.38º 0.61% 0.71% -
XYZ 22.78 14.95 8.16 -
YUV 104.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 182 71 74 0 0.61 0.59 0.29 358.38 0.44 0.5
Hex B6 47 4A 0 3D 3B 1D 166 2C 32
Octal 266 107 112 0 75 73 35 546 54 62
Binary 10110110 1000111 1001010 0 111101 111011 11101 101100110 101100 110010

Color Harmonies of #B6474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6474A

Black with #B6474A

Text Example


Text Example

White with #B6474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6474A; }

 p { color: rgb(182,71,74); }

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

background-color css

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

 a { background-color: rgb(182,71,74); }

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

border-color css

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

 span { border-color: rgb(182,71,74); }

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