Html Css Color HEX #BD3B69 Royal Heath

📋 copy color: '#BD3B69'

red 189 ◦ green 59 ◦ blue 105

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

Shades of Royal Heath #BD3B69

Tints of Royal Heath #BD3B69

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 53.54%
G = 16.71%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD3B69 (or 0xBD3B69) is known color: Royal Heath. HEX triplet: BD, 3B and 69. RGB value is (189,59,105). Sum of RGB (Red+Green+Blue) = 189+59+105=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B69 is #42C496. Grayscale: #676767. Windows color (decimal): -4375703 or 6896573. OLE color: 6896573.

HSL color Cylindrical-coordinate representation of color #BD3B69: hue angle of 338.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B69 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 59 105 -
CMYK 0 0.69 0.44 0.26
HSL 338.77º 0.52% 0.49% -
HSV(B) 338.77º 0.69% 0.74% -
XYZ 25.1 14.97 14.93 -
YUV 103.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 189 59 105 0 0.69 0.44 0.26 338.77 0.52 0.49
Hex BD 3B 69 0 45 2C 1A 153 34 31
Octal 275 73 151 0 105 54 32 523 64 61
Binary 10111101 111011 1101001 0 1000101 101100 11010 101010011 110100 110001

Color Harmonies of #BD3B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B69

Black with #BD3B69

Text Example


Text Example

White with #BD3B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B69; }

 p { color: rgb(189,59,105); }

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

background-color css

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

 a { background-color: rgb(189,59,105); }

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

border-color css

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

 span { border-color: rgb(189,59,105); }

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