Html Css Color HEX #BD436E Royal Heath

📋 copy color: '#BD436E'

red 189 ◦ green 67 ◦ blue 110

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

Shades of Royal Heath #BD436E

Tints of Royal Heath #BD436E

RGB

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

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

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

R = 51.64%
G = 18.31%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD436E (or 0xBD436E) is known color: Royal Heath. HEX triplet: BD, 43 and 6E. RGB value is (189,67,110). Sum of RGB (Red+Green+Blue) = 189+67+110=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD436E is #42BC91. Grayscale: #6C6C6C. Windows color (decimal): -4373650 or 7226301. OLE color: 7226301.

HSL color Cylindrical-coordinate representation of color #BD436E: hue angle of 338.85º 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 #BD436E is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 110 -
CMYK 0 0.65 0.42 0.26
HSL 338.85º 0.48% 0.5% -
HSV(B) 338.85º 0.65% 0.74% -
XYZ 25.81 15.96 16.47 -
YUV 108.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 189 67 110 0 0.65 0.42 0.26 338.85 0.48 0.5
Hex BD 43 6E 0 41 2A 1A 153 30 32
Octal 275 103 156 0 101 52 32 523 60 62
Binary 10111101 1000011 1101110 0 1000001 101010 11010 101010011 110000 110010

Color Harmonies of #BD436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD436E

Black with #BD436E

Text Example


Text Example

White with #BD436E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD436E; }

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

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

background-color css

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

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

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

border-color css

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

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

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