Html Css Color HEX #BD6073 Blush

📋 copy color: '#BD6073'

red 189 ◦ green 96 ◦ blue 115

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

Shades of Blush #BD6073

Tints of Blush #BD6073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.75%

R = 47.25%
G = 24%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD6073 (or 0xBD6073) is known color: Blush. HEX triplet: BD, 60 and 73. RGB value is (189,96,115). Sum of RGB (Red+Green+Blue) = 189+96+115=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6073 is #429F8C. Grayscale: #7D7D7D. Windows color (decimal): -4366221 or 7561405. OLE color: 7561405.

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

Color convert

RGB 189 96 115 -
CMYK 0 0.49 0.39 0.26
HSL 347.74º 0.41% 0.56% -
HSV(B) 347.74º 0.49% 0.74% -
XYZ 28.26 20.42 18.67 -
YUV 125.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 189 96 115 0 0.49 0.39 0.26 347.74 0.41 0.56
Hex BD 60 73 0 31 27 1A 15C 29 38
Octal 275 140 163 0 61 47 32 534 51 70
Binary 10111101 1100000 1110011 0 110001 100111 11010 101011100 101001 111000

Color Harmonies of #BD6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6073

Black with #BD6073

Text Example


Text Example

White with #BD6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6073; }

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

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

background-color css

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

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

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

border-color css

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

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

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