Html Css Color HEX #B74B6D Royal Heath

📋 copy color: '#B74B6D'

red 183 ◦ green 75 ◦ blue 109

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

Shades of Royal Heath #B74B6D

Tints of Royal Heath #B74B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.44%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 49.86%
G = 20.44%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B74B6D (or 0xB74B6D) is known color: Royal Heath. HEX triplet: B7, 4B and 6D. RGB value is (183,75,109). Sum of RGB (Red+Green+Blue) = 183+75+109=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B6D is #48B492. Grayscale: #6F6F6F. Windows color (decimal): -4764819 or 7162807. OLE color: 7162807.

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

Color convert

RGB 183 75 109 -
CMYK 0 0.59 0.40 0.28
HSL 341.11º 0.43% 0.51% -
HSV(B) 341.11º 0.59% 0.72% -
XYZ 24.8 16.2 16.29 -
YUV 111.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 183 75 109 0 0.59 0.40 0.28 341.11 0.43 0.51
Hex B7 4B 6D 0 3B 28 1C 155 2B 33
Octal 267 113 155 0 73 50 34 525 53 63
Binary 10110111 1001011 1101101 0 111011 101000 11100 101010101 101011 110011

Color Harmonies of #B74B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B6D

Black with #B74B6D

Text Example


Text Example

White with #B74B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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