Html Css Color HEX #B09148 Turmeric

📋 copy color: '#B09148'

red 176 ◦ green 145 ◦ blue 72

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

Shades of Turmeric #B09148

Tints of Turmeric #B09148

RGB

 RED value IS 176 (69.14% from 255) = 44.78%

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 44.78%
G = 36.9%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B09148 (or 0xB09148) is known color: Turmeric. HEX triplet: B0, 91 and 48. RGB value is (176,145,72). Sum of RGB (Red+Green+Blue) = 176+145+72=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09148 is #4F6EB7. Grayscale: #929292. Windows color (decimal): -5205688 or 4755888. OLE color: 4755888.

HSL color Cylindrical-coordinate representation of color #B09148: hue angle of 42.12º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B09148 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 72 -
CMYK 0 0.18 0.59 0.31
HSL 42.12º 0.42% 0.49% -
HSV(B) 42.12º 0.59% 0.69% -
XYZ 29.2 29.95 10.37 -
YUV 145.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 176 145 72 0 0.18 0.59 0.31 42.12 0.42 0.49
Hex B0 91 48 0 12 3B 1F 2A 2A 31
Octal 260 221 110 0 22 73 37 52 52 61
Binary 10110000 10010001 1001000 0 10010 111011 11111 101010 101010 110001

Color Harmonies of #B09148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09148

Black with #B09148

Text Example


Text Example

White with #B09148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09148; }

 p { color: rgb(176,145,72); }

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

background-color css

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

 a { background-color: rgb(176,145,72); }

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

border-color css

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

 span { border-color: rgb(176,145,72); }

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