Html Css Color HEX #B85F3F Tuscany

📋 copy color: '#B85F3F'

red 184 ◦ green 95 ◦ blue 63

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

Shades of Tuscany #B85F3F

Tints of Tuscany #B85F3F

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 53.8%
G = 27.78%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B85F3F (or 0xB85F3F) is known color: Tuscany. HEX triplet: B8, 5F and 3F. RGB value is (184,95,63). Sum of RGB (Red+Green+Blue) = 184+95+63=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85F3F is #47A0C0. Grayscale: #767676. Windows color (decimal): -4694209 or 4153272. OLE color: 4153272.

HSL color Cylindrical-coordinate representation of color #B85F3F: hue angle of 15.87º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B85F3F is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 95 63 -
CMYK 0 0.48 0.66 0.28
HSL 15.87º 0.49% 0.48% -
HSV(B) 15.87º 0.66% 0.72% -
XYZ 24.76 18.73 7.01 -
YUV 117.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 184 95 63 0 0.48 0.66 0.28 15.87 0.49 0.48
Hex B8 5F 3F 0 30 42 1C 10 31 30
Octal 270 137 77 0 60 102 34 20 61 60
Binary 10111000 1011111 111111 0 110000 1000010 11100 10000 110001 110000

Color Harmonies of #B85F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F3F

Black with #B85F3F

Text Example


Text Example

White with #B85F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F3F; }

 p { color: rgb(184,95,63); }

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

background-color css

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

 a { background-color: rgb(184,95,63); }

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

border-color css

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

 span { border-color: rgb(184,95,63); }

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