Html Css Color HEX #BD5367 Blush

📋 copy color: '#BD5367'

red 189 ◦ green 83 ◦ blue 103

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

Shades of Blush #BD5367

Tints of Blush #BD5367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 50.4%
G = 22.13%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD5367 (or 0xBD5367) is known color: Blush. HEX triplet: BD, 53 and 67. RGB value is (189,83,103). Sum of RGB (Red+Green+Blue) = 189+83+103=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5367 is #42AC98. Grayscale: #747474. Windows color (decimal): -4369561 or 6771645. OLE color: 6771645.

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

Color convert

RGB 189 83 103 -
CMYK 0 0.56 0.46 0.26
HSL 348.68º 0.45% 0.53% -
HSV(B) 348.68º 0.56% 0.74% -
XYZ 26.53 17.98 14.91 -
YUV 116.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 189 83 103 0 0.56 0.46 0.26 348.68 0.45 0.53
Hex BD 53 67 0 38 2E 1A 15D 2D 35
Octal 275 123 147 0 70 56 32 535 55 65
Binary 10111101 1010011 1100111 0 111000 101110 11010 101011101 101101 110101

Color Harmonies of #BD5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5367

Black with #BD5367

Text Example


Text Example

White with #BD5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5367; }

 p { color: rgb(189,83,103); }

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

background-color css

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

 a { background-color: rgb(189,83,103); }

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

border-color css

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

 span { border-color: rgb(189,83,103); }

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