Html Css Color HEX #B5436A Royal Heath

📋 copy color: '#B5436A'

red 181 ◦ green 67 ◦ blue 106

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

Shades of Royal Heath #B5436A

Tints of Royal Heath #B5436A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 51.13%
G = 18.93%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5436A (or 0xB5436A) is known color: Royal Heath. HEX triplet: B5, 43 and 6A. RGB value is (181,67,106). Sum of RGB (Red+Green+Blue) = 181+67+106=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5436A is #4ABC95. Grayscale: #696969. Windows color (decimal): -4897942 or 6964149. OLE color: 6964149.

HSL color Cylindrical-coordinate representation of color #B5436A: hue angle of 339.47º 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 #B5436A is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 67 106 -
CMYK 0 0.63 0.41 0.29
HSL 339.47º 0.46% 0.49% -
HSV(B) 339.47º 0.63% 0.71% -
XYZ 23.66 14.88 15.26 -
YUV 105.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 181 67 106 0 0.63 0.41 0.29 339.47 0.46 0.49
Hex B5 43 6A 0 3F 29 1D 153 2E 31
Octal 265 103 152 0 77 51 35 523 56 61
Binary 10110101 1000011 1101010 0 111111 101001 11101 101010011 101110 110001

Color Harmonies of #B5436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5436A

Black with #B5436A

Text Example


Text Example

White with #B5436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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