Html Css Color HEX #B1953A Turmeric

📋 copy color: '#B1953A'

red 177 ◦ green 149 ◦ blue 58

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

Shades of Turmeric #B1953A

Tints of Turmeric #B1953A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 46.09%
G = 38.8%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1953A (or 0xB1953A) is known color: Turmeric. HEX triplet: B1, 95 and 3A. RGB value is (177,149,58). Sum of RGB (Red+Green+Blue) = 177+149+58=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1953A is #4E6AC5. Grayscale: #939393. Windows color (decimal): -5139142 or 3839409. OLE color: 3839409.

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

Color convert

RGB 177 149 58 -
CMYK 0 0.16 0.67 0.31
HSL 45.88º 0.51% 0.46% -
HSV(B) 45.88º 0.67% 0.69% -
XYZ 29.64 31.15 8.45 -
YUV 147 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 177 149 58 0 0.16 0.67 0.31 45.88 0.51 0.46
Hex B1 95 3A 0 10 43 1F 2E 33 2E
Octal 261 225 72 0 20 103 37 56 63 56
Binary 10110001 10010101 111010 0 10000 1000011 11111 101110 110011 101110

Color Harmonies of #B1953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1953A

Black with #B1953A

Text Example


Text Example

White with #B1953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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