Html Css Color HEX #B65B3E Tuscany

📋 copy color: '#B65B3E'

red 182 ◦ green 91 ◦ blue 62

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

Shades of Tuscany #B65B3E

Tints of Tuscany #B65B3E

RGB

 RED value IS 182 (71.48% from 255) = 54.33%

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 54.33%
G = 27.16%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B65B3E (or 0xB65B3E) is known color: Tuscany. HEX triplet: B6, 5B and 3E. RGB value is (182,91,62). Sum of RGB (Red+Green+Blue) = 182+91+62=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B3E is #49A4C1. Grayscale: #737373. Windows color (decimal): -4826306 or 4086710. OLE color: 4086710.

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

Color convert

RGB 182 91 62 -
CMYK 0 0.5 0.66 0.29
HSL 14.5º 0.49% 0.48% -
HSV(B) 14.5º 0.66% 0.71% -
XYZ 23.9 17.78 6.73 -
YUV 114.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 182 91 62 0 0.5 0.66 0.29 14.5 0.49 0.48
Hex B6 5B 3E 0 32 42 1D E 31 30
Octal 266 133 76 0 62 102 35 16 61 60
Binary 10110110 1011011 111110 0 110010 1000010 11101 1110 110001 110000

Color Harmonies of #B65B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B3E

Black with #B65B3E

Text Example


Text Example

White with #B65B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B3E; }

 p { color: rgb(182,91,62); }

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

background-color css

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

 a { background-color: rgb(182,91,62); }

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

border-color css

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

 span { border-color: rgb(182,91,62); }

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