Html Css Color HEX #B29141 Turmeric

📋 copy color: '#B29141'

red 178 ◦ green 145 ◦ blue 65

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

Shades of Turmeric #B29141

Tints of Turmeric #B29141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.37%

 BLUE value IS 65 (25.78% from 255) = 16.75%

R = 45.88%
G = 37.37%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29141 (or 0xB29141) is known color: Turmeric. HEX triplet: B2, 91 and 41. RGB value is (178,145,65). Sum of RGB (Red+Green+Blue) = 178+145+65=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B29141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29141 is #4D6EBE. Grayscale: #929292. Windows color (decimal): -5074623 or 4297138. OLE color: 4297138.

HSL color Cylindrical-coordinate representation of color #B29141: hue angle of 42.48º degrees, saturation: 0.47, 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 #B29141 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 65 -
CMYK 0 0.19 0.63 0.30
HSL 42.48º 0.47% 0.48% -
HSV(B) 42.48º 0.63% 0.7% -
XYZ 29.44 30.1 9.26 -
YUV 145.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 178 145 65 0 0.19 0.63 0.30 42.48 0.47 0.48
Hex B2 91 41 0 13 3F 1E 2A 2F 30
Octal 262 221 101 0 23 77 36 52 57 60
Binary 10110010 10010001 1000001 0 10011 111111 11110 101010 101111 110000

Color Harmonies of #B29141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29141

Black with #B29141

Text Example


Text Example

White with #B29141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29141; }

 p { color: rgb(178,145,65); }

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

background-color css

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

 a { background-color: rgb(178,145,65); }

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

border-color css

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

 span { border-color: rgb(178,145,65); }

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