Html Css Color HEX #BD6065 Blush

📋 copy color: '#BD6065'

red 189 ◦ green 96 ◦ blue 101

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

Shades of Blush #BD6065

Tints of Blush #BD6065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

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

R = 48.96%
G = 24.87%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD6065 (or 0xBD6065) is known color: Blush. HEX triplet: BD, 60 and 65. RGB value is (189,96,101). Sum of RGB (Red+Green+Blue) = 189+96+101=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6065 is #429F9A. Grayscale: #7C7C7C. Windows color (decimal): -4366235 or 6643901. OLE color: 6643901.

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

Color convert

RGB 189 96 101 -
CMYK 0 0.49 0.47 0.26
HSL 356.77º 0.41% 0.56% -
HSV(B) 356.77º 0.49% 0.74% -
XYZ 27.52 20.12 14.75 -
YUV 124.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 189 96 101 0 0.49 0.47 0.26 356.77 0.41 0.56
Hex BD 60 65 0 31 2F 1A 165 29 38
Octal 275 140 145 0 61 57 32 545 51 70
Binary 10111101 1100000 1100101 0 110001 101111 11010 101100101 101001 111000

Color Harmonies of #BD6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6065

Black with #BD6065

Text Example


Text Example

White with #BD6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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