Html Css Color HEX #B5437B Royal Heath

📋 copy color: '#B5437B'

red 181 ◦ green 67 ◦ blue 123

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

Shades of Royal Heath #B5437B

Tints of Royal Heath #B5437B

RGB

 RED value IS 181 (71.09% from 255) = 48.79%

 GREEN value IS 67 (26.56% from 255) = 18.06%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 48.79%
G = 18.06%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5437B (or 0xB5437B) is known color: Royal Heath. HEX triplet: B5, 43 and 7B. RGB value is (181,67,123). Sum of RGB (Red+Green+Blue) = 181+67+123=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5437B is #4ABC84. Grayscale: #6B6B6B. Windows color (decimal): -4897925 or 8078261. OLE color: 8078261.

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

Color convert

RGB 181 67 123 -
CMYK 0 0.63 0.32 0.29
HSL 330.53º 0.46% 0.49% -
HSV(B) 330.53º 0.63% 0.71% -
XYZ 24.64 15.27 20.39 -
YUV 107.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 181 67 123 0 0.63 0.32 0.29 330.53 0.46 0.49
Hex B5 43 7B 0 3F 20 1D 14B 2E 31
Octal 265 103 173 0 77 40 35 513 56 61
Binary 10110101 1000011 1111011 0 111111 100000 11101 101001011 101110 110001

Color Harmonies of #B5437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5437B

Black with #B5437B

Text Example


Text Example

White with #B5437B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5437B; }

 p { color: rgb(181,67,123); }

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

background-color css

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

 a { background-color: rgb(181,67,123); }

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

border-color css

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

 span { border-color: rgb(181,67,123); }

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