Html Css Color HEX #BD436B Royal Heath

📋 copy color: '#BD436B'

red 189 ◦ green 67 ◦ blue 107

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

Shades of Royal Heath #BD436B

Tints of Royal Heath #BD436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 52.07%
G = 18.46%
B = 29.48%

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

#BD436B (or 0xBD436B) is known color: Royal Heath. HEX triplet: BD, 43 and 6B. RGB value is (189,67,107). Sum of RGB (Red+Green+Blue) = 189+67+107=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD436B is #42BC94. Grayscale: #6B6B6B. Windows color (decimal): -4373653 or 7029693. OLE color: 7029693.

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

Color convert

RGB 189 67 107 -
CMYK 0 0.65 0.43 0.26
HSL 340.33º 0.48% 0.5% -
HSV(B) 340.33º 0.65% 0.74% -
XYZ 25.65 15.89 15.63 -
YUV 108.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 189 67 107 0 0.65 0.43 0.26 340.33 0.48 0.5
Hex BD 43 6B 0 41 2B 1A 154 30 32
Octal 275 103 153 0 101 53 32 524 60 62
Binary 10111101 1000011 1101011 0 1000001 101011 11010 101010100 110000 110010

Color Harmonies of #BD436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD436B

Black with #BD436B

Text Example


Text Example

White with #BD436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD436B; }

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

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

background-color css

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

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

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

border-color css

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

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

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