Html Css Color HEX #BD356C Royal Heath

📋 copy color: '#BD356C'

red 189 ◦ green 53 ◦ blue 108

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

Shades of Royal Heath #BD356C

Tints of Royal Heath #BD356C

RGB

 RED value IS 189 (74.22% from 255) = 54%

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 54%
G = 15.14%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD356C (or 0xBD356C) is known color: Royal Heath. HEX triplet: BD, 35 and 6C. RGB value is (189,53,108). Sum of RGB (Red+Green+Blue) = 189+53+108=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD356C is #42CA93. Grayscale: #636363. Windows color (decimal): -4377236 or 7091645. OLE color: 7091645.

HSL color Cylindrical-coordinate representation of color #BD356C: hue angle of 335.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD356C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 108 -
CMYK 0 0.72 0.43 0.26
HSL 335.74º 0.56% 0.47% -
HSV(B) 335.74º 0.72% 0.74% -
XYZ 24.97 14.45 15.66 -
YUV 99.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 189 53 108 0 0.72 0.43 0.26 335.74 0.56 0.47
Hex BD 35 6C 0 48 2B 1A 150 38 2F
Octal 275 65 154 0 110 53 32 520 70 57
Binary 10111101 110101 1101100 0 1001000 101011 11010 101010000 111000 101111

Color Harmonies of #BD356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD356C

Black with #BD356C

Text Example


Text Example

White with #BD356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD356C; }

 p { color: rgb(189,53,108); }

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

background-color css

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

 a { background-color: rgb(189,53,108); }

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

border-color css

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

 span { border-color: rgb(189,53,108); }

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