Html Css Color HEX #B7416B Royal Heath

📋 copy color: '#B7416B'

red 183 ◦ green 65 ◦ blue 107

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

Shades of Royal Heath #B7416B

Tints of Royal Heath #B7416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.31%

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

R = 51.55%
G = 18.31%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7416B (or 0xB7416B) is known color: Royal Heath. HEX triplet: B7, 41 and 6B. RGB value is (183,65,107). Sum of RGB (Red+Green+Blue) = 183+65+107=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7416B is #48BE94. Grayscale: #696969. Windows color (decimal): -4767381 or 7029175. OLE color: 7029175.

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

Color convert

RGB 183 65 107 -
CMYK 0 0.64 0.42 0.28
HSL 338.64º 0.48% 0.49% -
HSV(B) 338.64º 0.64% 0.72% -
XYZ 24.07 14.91 15.52 -
YUV 105.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 183 65 107 0 0.64 0.42 0.28 338.64 0.48 0.49
Hex B7 41 6B 0 40 2A 1C 153 30 31
Octal 267 101 153 0 100 52 34 523 60 61
Binary 10110111 1000001 1101011 0 1000000 101010 11100 101010011 110000 110001

Color Harmonies of #B7416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7416B

Black with #B7416B

Text Example


Text Example

White with #B7416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7416B; }

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

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

background-color css

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

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

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

border-color css

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

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

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