Html Css Color HEX #B65C3E Tuscany

📋 copy color: '#B65C3E'

red 182 ◦ green 92 ◦ blue 62

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

Shades of Tuscany #B65C3E

Tints of Tuscany #B65C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 54.17%
G = 27.38%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B65C3E (or 0xB65C3E) is known color: Tuscany. HEX triplet: B6, 5C and 3E. RGB value is (182,92,62). Sum of RGB (Red+Green+Blue) = 182+92+62=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C3E is #49A3C1. Grayscale: #737373. Windows color (decimal): -4826050 or 4086966. OLE color: 4086966.

HSL color Cylindrical-coordinate representation of color #B65C3E: hue angle of 15º 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 #B65C3E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 62 -
CMYK 0 0.49 0.66 0.29
HSL 15º 0.49% 0.48% -
HSV(B) 15º 0.66% 0.71% -
XYZ 23.99 17.95 6.76 -
YUV 115.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 182 92 62 0 0.49 0.66 0.29 15 0.49 0.48
Hex B6 5C 3E 0 31 42 1D F 31 30
Octal 266 134 76 0 61 102 35 17 61 60
Binary 10110110 1011100 111110 0 110001 1000010 11101 1111 110001 110000

Color Harmonies of #B65C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C3E

Black with #B65C3E

Text Example


Text Example

White with #B65C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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