Html Css Color HEX #B29042 Turmeric

📋 copy color: '#B29042'

red 178 ◦ green 144 ◦ blue 66

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

Shades of Turmeric #B29042

Tints of Turmeric #B29042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 45.88%
G = 37.11%
B = 17.01%

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

#B29042 (or 0xB29042) is known color: Turmeric. HEX triplet: B2, 90 and 42. RGB value is (178,144,66). Sum of RGB (Red+Green+Blue) = 178+144+66=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B29042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29042 is #4D6FBD. Grayscale: #919191. Windows color (decimal): -5074878 or 4362418. OLE color: 4362418.

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

Color convert

RGB 178 144 66 -
CMYK 0 0.19 0.63 0.30
HSL 41.79º 0.46% 0.48% -
HSV(B) 41.79º 0.63% 0.7% -
XYZ 29.32 29.8 9.36 -
YUV 145.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 178 144 66 0 0.19 0.63 0.30 41.79 0.46 0.48
Hex B2 90 42 0 13 3F 1E 2A 2E 30
Octal 262 220 102 0 23 77 36 52 56 60
Binary 10110010 10010000 1000010 0 10011 111111 11110 101010 101110 110000

Color Harmonies of #B29042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29042

Black with #B29042

Text Example


Text Example

White with #B29042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29042; }

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

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

background-color css

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

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

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

border-color css

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

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

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