Html Css Color HEX #B29238 Turmeric

📋 copy color: '#B29238'

red 178 ◦ green 146 ◦ blue 56

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

Shades of Turmeric #B29238

Tints of Turmeric #B29238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.74%

R = 46.84%
G = 38.42%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B29238 (or 0xB29238) is known color: Turmeric. HEX triplet: B2, 92 and 38. RGB value is (178,146,56). Sum of RGB (Red+Green+Blue) = 178+146+56=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B29238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29238 is #4D6DC7. Grayscale: #919191. Windows color (decimal): -5074376 or 3707570. OLE color: 3707570.

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

Color convert

RGB 178 146 56 -
CMYK 0 0.18 0.69 0.30
HSL 44.26º 0.52% 0.46% -
HSV(B) 44.26º 0.69% 0.7% -
XYZ 29.35 30.31 8.04 -
YUV 145.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 178 146 56 0 0.18 0.69 0.30 44.26 0.52 0.46
Hex B2 92 38 0 12 45 1E 2C 34 2E
Octal 262 222 70 0 22 105 36 54 64 56
Binary 10110010 10010010 111000 0 10010 1000101 11110 101100 110100 101110

Color Harmonies of #B29238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29238

Black with #B29238

Text Example


Text Example

White with #B29238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29238; }

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

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

background-color css

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

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

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

border-color css

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

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

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