Html Css Color HEX #BD436C Royal Heath

📋 copy color: '#BD436C'

red 189 ◦ green 67 ◦ blue 108

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

Shades of Royal Heath #BD436C

Tints of Royal Heath #BD436C

RGB

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

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

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

R = 51.92%
G = 18.41%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD436C (or 0xBD436C) is known color: Royal Heath. HEX triplet: BD, 43 and 6C. RGB value is (189,67,108). Sum of RGB (Red+Green+Blue) = 189+67+108=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD436C is #42BC93. Grayscale: #6C6C6C. Windows color (decimal): -4373652 or 7095229. OLE color: 7095229.

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

Color convert

RGB 189 67 108 -
CMYK 0 0.65 0.43 0.26
HSL 339.84º 0.48% 0.5% -
HSV(B) 339.84º 0.65% 0.74% -
XYZ 25.7 15.92 15.9 -
YUV 108.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 189 67 108 0 0.65 0.43 0.26 339.84 0.48 0.5
Hex BD 43 6C 0 41 2B 1A 154 30 32
Octal 275 103 154 0 101 53 32 524 60 62
Binary 10111101 1000011 1101100 0 1000001 101011 11010 101010100 110000 110010

Color Harmonies of #BD436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD436C

Black with #BD436C

Text Example


Text Example

White with #BD436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD436C; }

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

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

background-color css

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

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

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

border-color css

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

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

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