Html Css Color HEX #B29242 Turmeric

📋 copy color: '#B29242'

red 178 ◦ green 146 ◦ blue 66

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

Shades of Turmeric #B29242

Tints of Turmeric #B29242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

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

R = 45.64%
G = 37.44%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B29242 (or 0xB29242) is known color: Turmeric. HEX triplet: B2, 92 and 42. RGB value is (178,146,66). Sum of RGB (Red+Green+Blue) = 178+146+66=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B29242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29242 is #4D6DBD. Grayscale: #929292. Windows color (decimal): -5074366 or 4362930. OLE color: 4362930.

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

Color convert

RGB 178 146 66 -
CMYK 0 0.18 0.63 0.30
HSL 42.86º 0.46% 0.48% -
HSV(B) 42.86º 0.63% 0.7% -
XYZ 29.62 30.42 9.46 -
YUV 146.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 178 146 66 0 0.18 0.63 0.30 42.86 0.46 0.48
Hex B2 92 42 0 12 3F 1E 2B 2E 30
Octal 262 222 102 0 22 77 36 53 56 60
Binary 10110010 10010010 1000010 0 10010 111111 11110 101011 101110 110000

Color Harmonies of #B29242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29242

Black with #B29242

Text Example


Text Example

White with #B29242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29242; }

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

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

background-color css

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

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

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

border-color css

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

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

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