Html Css Color HEX #B19538 Turmeric

📋 copy color: '#B19538'

red 177 ◦ green 149 ◦ blue 56

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

Shades of Turmeric #B19538

Tints of Turmeric #B19538

RGB

 RED value IS 177 (69.53% from 255) = 46.34%

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 46.34%
G = 39.01%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B19538 (or 0xB19538) is known color: Turmeric. HEX triplet: B1, 95 and 38. RGB value is (177,149,56). Sum of RGB (Red+Green+Blue) = 177+149+56=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B19538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19538 is #4E6AC7. Grayscale: #939393. Windows color (decimal): -5139144 or 3708337. OLE color: 3708337.

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

Color convert

RGB 177 149 56 -
CMYK 0 0.16 0.68 0.31
HSL 46.12º 0.52% 0.46% -
HSV(B) 46.12º 0.68% 0.69% -
XYZ 29.59 31.13 8.19 -
YUV 146.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 177 149 56 0 0.16 0.68 0.31 46.12 0.52 0.46
Hex B1 95 38 0 10 44 1F 2E 34 2E
Octal 261 225 70 0 20 104 37 56 64 56
Binary 10110001 10010101 111000 0 10000 1000100 11111 101110 110100 101110

Color Harmonies of #B19538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19538

Black with #B19538

Text Example


Text Example

White with #B19538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19538; }

 p { color: rgb(177,149,56); }

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

background-color css

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

 a { background-color: rgb(177,149,56); }

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

border-color css

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

 span { border-color: rgb(177,149,56); }

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