Html Css Color HEX #BD747A Tapestry

📋 copy color: '#BD747A'

red 189 ◦ green 116 ◦ blue 122

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

Shades of Tapestry #BD747A

Tints of Tapestry #BD747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 44.26%
G = 27.17%
B = 28.57%

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

#BD747A (or 0xBD747A) is known color: Tapestry. HEX triplet: BD, 74 and 7A. RGB value is (189,116,122). Sum of RGB (Red+Green+Blue) = 189+116+122=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747A is #428B85. Grayscale: #8A8A8A. Windows color (decimal): -4361094 or 8025277. OLE color: 8025277.

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

Color convert

RGB 189 116 122 -
CMYK 0 0.39 0.35 0.26
HSL 355.07º 0.36% 0.6% -
HSV(B) 355.07º 0.39% 0.74% -
XYZ 30.74 24.71 21.56 -
YUV 138.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 189 116 122 0 0.39 0.35 0.26 355.07 0.36 0.6
Hex BD 74 7A 0 27 23 1A 163 24 3C
Octal 275 164 172 0 47 43 32 543 44 74
Binary 10111101 1110100 1111010 0 100111 100011 11010 101100011 100100 111100

Color Harmonies of #BD747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD747A

Black with #BD747A

Text Example


Text Example

White with #BD747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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