Html Css Color HEX #BD4B65 Blush

📋 copy color: '#BD4B65'

red 189 ◦ green 75 ◦ blue 101

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

Shades of Blush #BD4B65

Tints of Blush #BD4B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 51.78%
G = 20.55%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD4B65 (or 0xBD4B65) is known color: Blush. HEX triplet: BD, 4B and 65. RGB value is (189,75,101). Sum of RGB (Red+Green+Blue) = 189+75+101=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B65 is #42B49A. Grayscale: #707070. Windows color (decimal): -4371611 or 6638525. OLE color: 6638525.

HSL color Cylindrical-coordinate representation of color #BD4B65: hue angle of 346.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B65 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 75 101 -
CMYK 0 0.60 0.47 0.26
HSL 346.32º 0.46% 0.52% -
HSV(B) 346.32º 0.6% 0.74% -
XYZ 25.85 16.79 14.19 -
YUV 112.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 189 75 101 0 0.60 0.47 0.26 346.32 0.46 0.52
Hex BD 4B 65 0 3C 2F 1A 15A 2E 34
Octal 275 113 145 0 74 57 32 532 56 64
Binary 10111101 1001011 1100101 0 111100 101111 11010 101011010 101110 110100

Color Harmonies of #BD4B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B65

Black with #BD4B65

Text Example


Text Example

White with #BD4B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B65; }

 p { color: rgb(189,75,101); }

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

background-color css

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

 a { background-color: rgb(189,75,101); }

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

border-color css

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

 span { border-color: rgb(189,75,101); }

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