Html Css Color HEX #B7446B Royal Heath

📋 copy color: '#B7446B'

red 183 ◦ green 68 ◦ blue 107

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

Shades of Royal Heath #B7446B

Tints of Royal Heath #B7446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 51.12%
G = 18.99%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7446B (or 0xB7446B) is known color: Royal Heath. HEX triplet: B7, 44 and 6B. RGB value is (183,68,107). Sum of RGB (Red+Green+Blue) = 183+68+107=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7446B is #48BB94. Grayscale: #6A6A6A. Windows color (decimal): -4766613 or 7029943. OLE color: 7029943.

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

Color convert

RGB 183 68 107 -
CMYK 0 0.63 0.42 0.28
HSL 339.65º 0.46% 0.49% -
HSV(B) 339.65º 0.63% 0.72% -
XYZ 24.25 15.26 15.58 -
YUV 106.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 183 68 107 0 0.63 0.42 0.28 339.65 0.46 0.49
Hex B7 44 6B 0 3F 2A 1C 154 2E 31
Octal 267 104 153 0 77 52 34 524 56 61
Binary 10110111 1000100 1101011 0 111111 101010 11100 101010100 101110 110001

Color Harmonies of #B7446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7446B

Black with #B7446B

Text Example


Text Example

White with #B7446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7446B; }

 p { color: rgb(183,68,107); }

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

background-color css

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

 a { background-color: rgb(183,68,107); }

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

border-color css

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

 span { border-color: rgb(183,68,107); }

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