Html Css Color HEX #B6434A Hippie Pink

📋 copy color: '#B6434A'

red 182 ◦ green 67 ◦ blue 74

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

Shades of Hippie Pink #B6434A

Tints of Hippie Pink #B6434A

RGB

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

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

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

R = 56.35%
G = 20.74%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6434A (or 0xB6434A) is known color: Hippie Pink. HEX triplet: B6, 43 and 4A. RGB value is (182,67,74). Sum of RGB (Red+Green+Blue) = 182+67+74=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6434A is #49BCB5. Grayscale: #666666. Windows color (decimal): -4832438 or 4866998. OLE color: 4866998.

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

Color convert

RGB 182 67 74 -
CMYK 0 0.63 0.59 0.29
HSL 356.35º 0.46% 0.49% -
HSV(B) 356.35º 0.63% 0.71% -
XYZ 22.53 14.45 8.08 -
YUV 102.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 182 67 74 0 0.63 0.59 0.29 356.35 0.46 0.49
Hex B6 43 4A 0 3F 3B 1D 164 2E 31
Octal 266 103 112 0 77 73 35 544 56 61
Binary 10110110 1000011 1001010 0 111111 111011 11101 101100100 101110 110001

Color Harmonies of #B6434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6434A

Black with #B6434A

Text Example


Text Example

White with #B6434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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