Html Css Color HEX #B97283 Tapestry

📋 copy color: '#B97283'

red 185 ◦ green 114 ◦ blue 131

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

Shades of Tapestry #B97283

Tints of Tapestry #B97283

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 43.02%
G = 26.51%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B97283 (or 0xB97283) is known color: Tapestry. HEX triplet: B9, 72 and 83. RGB value is (185,114,131). Sum of RGB (Red+Green+Blue) = 185+114+131=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97283 is #468D7C. Grayscale: #898989. Windows color (decimal): -4623741 or 8614585. OLE color: 8614585.

HSL color Cylindrical-coordinate representation of color #B97283: hue angle of 345.63º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97283 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 131 -
CMYK 0 0.38 0.29 0.27
HSL 345.63º 0.34% 0.59% -
HSV(B) 345.63º 0.38% 0.73% -
XYZ 30.12 23.99 24.52 -
YUV 137.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 185 114 131 0 0.38 0.29 0.27 345.63 0.34 0.59
Hex B9 72 83 0 26 1D 1B 15A 22 3B
Octal 271 162 203 0 46 35 33 532 42 73
Binary 10111001 1110010 10000011 0 100110 11101 11011 101011010 100010 111011

Color Harmonies of #B97283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97283

Black with #B97283

Text Example


Text Example

White with #B97283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97283; }

 p { color: rgb(185,114,131); }

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

background-color css

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

 a { background-color: rgb(185,114,131); }

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

border-color css

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

 span { border-color: rgb(185,114,131); }

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