Html Css Color HEX #B29045 Turmeric

📋 copy color: '#B29045'

red 178 ◦ green 144 ◦ blue 69

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

Shades of Turmeric #B29045

Tints of Turmeric #B29045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 45.52%
G = 36.83%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B29045 (or 0xB29045) is known color: Turmeric. HEX triplet: B2, 90 and 45. RGB value is (178,144,69). Sum of RGB (Red+Green+Blue) = 178+144+69=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B29045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29045 is #4D6FBA. Grayscale: #919191. Windows color (decimal): -5074875 or 4559026. OLE color: 4559026.

HSL color Cylindrical-coordinate representation of color #B29045: hue angle of 41.28º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B29045 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 69 -
CMYK 0 0.19 0.61 0.30
HSL 41.28º 0.44% 0.48% -
HSV(B) 41.28º 0.61% 0.7% -
XYZ 29.41 29.84 9.84 -
YUV 145.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 178 144 69 0 0.19 0.61 0.30 41.28 0.44 0.48
Hex B2 90 45 0 13 3D 1E 29 2C 30
Octal 262 220 105 0 23 75 36 51 54 60
Binary 10110010 10010000 1000101 0 10011 111101 11110 101001 101100 110000

Color Harmonies of #B29045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29045

Black with #B29045

Text Example


Text Example

White with #B29045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29045; }

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

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

background-color css

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

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

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

border-color css

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

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

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