Html Css Color HEX #B25942 Tuscany

📋 copy color: '#B25942'

red 178 ◦ green 89 ◦ blue 66

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

Shades of Tuscany #B25942

Tints of Tuscany #B25942

RGB

 RED value IS 178 (69.92% from 255) = 53.45%

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 53.45%
G = 26.73%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25942 (or 0xB25942) is known color: Tuscany. HEX triplet: B2, 59 and 42. RGB value is (178,89,66). Sum of RGB (Red+Green+Blue) = 178+89+66=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B25942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25942 is #4DA6BD. Grayscale: #717171. Windows color (decimal): -5088958 or 4348338. OLE color: 4348338.

HSL color Cylindrical-coordinate representation of color #B25942: hue angle of 12.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25942 is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 66 -
CMYK 0 0.5 0.63 0.30
HSL 12.32º 0.46% 0.48% -
HSV(B) 12.32º 0.63% 0.7% -
XYZ 22.92 17 7.23 -
YUV 112.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 178 89 66 0 0.5 0.63 0.30 12.32 0.46 0.48
Hex B2 59 42 0 32 3F 1E C 2E 30
Octal 262 131 102 0 62 77 36 14 56 60
Binary 10110010 1011001 1000010 0 110010 111111 11110 1100 101110 110000

Color Harmonies of #B25942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25942

Black with #B25942

Text Example


Text Example

White with #B25942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25942; }

 p { color: rgb(178,89,66); }

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

background-color css

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

 a { background-color: rgb(178,89,66); }

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

border-color css

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

 span { border-color: rgb(178,89,66); }

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