Html Css Color HEX #BD747B Tapestry

📋 copy color: '#BD747B'

red 189 ◦ green 116 ◦ blue 123

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

Shades of Tapestry #BD747B

Tints of Tapestry #BD747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 44.16%
G = 27.1%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD747B (or 0xBD747B) is known color: Tapestry. HEX triplet: BD, 74 and 7B. RGB value is (189,116,123). Sum of RGB (Red+Green+Blue) = 189+116+123=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747B is #428B84. Grayscale: #8A8A8A. Windows color (decimal): -4361093 or 8090813. OLE color: 8090813.

HSL color Cylindrical-coordinate representation of color #BD747B: hue angle of 354.25º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD747B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 123 -
CMYK 0 0.39 0.35 0.26
HSL 354.25º 0.36% 0.6% -
HSV(B) 354.25º 0.39% 0.74% -
XYZ 30.81 24.74 21.89 -
YUV 138.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 189 116 123 0 0.39 0.35 0.26 354.25 0.36 0.6
Hex BD 74 7B 0 27 23 1A 162 24 3C
Octal 275 164 173 0 47 43 32 542 44 74
Binary 10111101 1110100 1111011 0 100111 100011 11010 101100010 100100 111100

Color Harmonies of #BD747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD747B

Black with #BD747B

Text Example


Text Example

White with #BD747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD747B; }

 p { color: rgb(189,116,123); }

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

background-color css

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

 a { background-color: rgb(189,116,123); }

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

border-color css

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

 span { border-color: rgb(189,116,123); }

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