Html Css Color HEX #B74C52 Hippie Pink

📋 copy color: '#B74C52'

red 183 ◦ green 76 ◦ blue 82

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

Shades of Hippie Pink #B74C52

Tints of Hippie Pink #B74C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 53.67%
G = 22.29%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B74C52 (or 0xB74C52) is known color: Hippie Pink. HEX triplet: B7, 4C and 52. RGB value is (183,76,82). Sum of RGB (Red+Green+Blue) = 183+76+82=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C52 is #48B3AD. Grayscale: #6C6C6C. Windows color (decimal): -4764590 or 5393591. OLE color: 5393591.

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

Color convert

RGB 183 76 82 -
CMYK 0 0.58 0.55 0.28
HSL 356.64º 0.43% 0.51% -
HSV(B) 356.64º 0.58% 0.72% -
XYZ 23.64 15.85 9.8 -
YUV 108.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 183 76 82 0 0.58 0.55 0.28 356.64 0.43 0.51
Hex B7 4C 52 0 3A 37 1C 165 2B 33
Octal 267 114 122 0 72 67 34 545 53 63
Binary 10110111 1001100 1010010 0 111010 110111 11100 101100101 101011 110011

Color Harmonies of #B74C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C52

Black with #B74C52

Text Example


Text Example

White with #B74C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C52; }

 p { color: rgb(183,76,82); }

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

background-color css

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

 a { background-color: rgb(183,76,82); }

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

border-color css

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

 span { border-color: rgb(183,76,82); }

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