Html Css Color HEX #B29341 Turmeric

📋 copy color: '#B29341'

red 178 ◦ green 147 ◦ blue 65

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

Shades of Turmeric #B29341

Tints of Turmeric #B29341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 45.64%
G = 37.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29341 (or 0xB29341) is known color: Turmeric. HEX triplet: B2, 93 and 41. RGB value is (178,147,65). Sum of RGB (Red+Green+Blue) = 178+147+65=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B29341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29341 is #4D6CBE. Grayscale: #939393. Windows color (decimal): -5074111 or 4297650. OLE color: 4297650.

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

Color convert

RGB 178 147 65 -
CMYK 0 0.17 0.63 0.30
HSL 43.54º 0.47% 0.48% -
HSV(B) 43.54º 0.63% 0.7% -
XYZ 29.75 30.71 9.36 -
YUV 146.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 178 147 65 0 0.17 0.63 0.30 43.54 0.47 0.48
Hex B2 93 41 0 11 3F 1E 2C 2F 30
Octal 262 223 101 0 21 77 36 54 57 60
Binary 10110010 10010011 1000001 0 10001 111111 11110 101100 101111 110000

Color Harmonies of #B29341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29341

Black with #B29341

Text Example


Text Example

White with #B29341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29341; }

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

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

background-color css

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

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

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

border-color css

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

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

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