Html Css Color HEX #B1913A Turmeric

📋 copy color: '#B1913A'

red 177 ◦ green 145 ◦ blue 58

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

Shades of Turmeric #B1913A

Tints of Turmeric #B1913A

RGB

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

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

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

R = 46.58%
G = 38.16%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1913A (or 0xB1913A) is known color: Turmeric. HEX triplet: B1, 91 and 3A. RGB value is (177,145,58). Sum of RGB (Red+Green+Blue) = 177+145+58=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1913A is #4E6EC5. Grayscale: #919191. Windows color (decimal): -5140166 or 3838385. OLE color: 3838385.

HSL color Cylindrical-coordinate representation of color #B1913A: hue angle of 43.87º 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 #B1913A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 145 58 -
CMYK 0 0.18 0.67 0.31
HSL 43.87º 0.51% 0.46% -
HSV(B) 43.87º 0.67% 0.69% -
XYZ 29.02 29.9 8.25 -
YUV 144.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 177 145 58 0 0.18 0.67 0.31 43.87 0.51 0.46
Hex B1 91 3A 0 12 43 1F 2C 33 2E
Octal 261 221 72 0 22 103 37 54 63 56
Binary 10110001 10010001 111010 0 10010 1000011 11111 101100 110011 101110

Color Harmonies of #B1913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1913A

Black with #B1913A

Text Example


Text Example

White with #B1913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1913A; }

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

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

background-color css

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

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

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

border-color css

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

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

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