Html Css Color HEX #B7386E Royal Heath

📋 copy color: '#B7386E'

red 183 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #B7386E

Tints of Royal Heath #B7386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 52.44%
G = 16.05%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7386E (or 0xB7386E) is known color: Royal Heath. HEX triplet: B7, 38 and 6E. RGB value is (183,56,110). Sum of RGB (Red+Green+Blue) = 183+56+110=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7386E is #48C791. Grayscale: #646464. Windows color (decimal): -4769682 or 7223479. OLE color: 7223479.

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

Color convert

RGB 183 56 110 -
CMYK 0 0.69 0.40 0.28
HSL 334.49º 0.53% 0.47% -
HSV(B) 334.49º 0.69% 0.72% -
XYZ 23.76 14.02 16.21 -
YUV 100.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 183 56 110 0 0.69 0.40 0.28 334.49 0.53 0.47
Hex B7 38 6E 0 45 28 1C 14E 35 2F
Octal 267 70 156 0 105 50 34 516 65 57
Binary 10110111 111000 1101110 0 1000101 101000 11100 101001110 110101 101111

Color Harmonies of #B7386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7386E

Black with #B7386E

Text Example


Text Example

White with #B7386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7386E; }

 p { color: rgb(183,56,110); }

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

background-color css

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

 a { background-color: rgb(183,56,110); }

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

border-color css

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

 span { border-color: rgb(183,56,110); }

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