Html Css Color HEX #B1943A Turmeric

📋 copy color: '#B1943A'

red 177 ◦ green 148 ◦ blue 58

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

Shades of Turmeric #B1943A

Tints of Turmeric #B1943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 46.21%
G = 38.64%
B = 15.14%

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

#B1943A (or 0xB1943A) is known color: Turmeric. HEX triplet: B1, 94 and 3A. RGB value is (177,148,58). Sum of RGB (Red+Green+Blue) = 177+148+58=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1943A is #4E6BC5. Grayscale: #929292. Windows color (decimal): -5139398 or 3839153. OLE color: 3839153.

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

Color convert

RGB 177 148 58 -
CMYK 0 0.16 0.67 0.31
HSL 45.38º 0.51% 0.46% -
HSV(B) 45.38º 0.67% 0.69% -
XYZ 29.49 30.83 8.4 -
YUV 146.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 177 148 58 0 0.16 0.67 0.31 45.38 0.51 0.46
Hex B1 94 3A 0 10 43 1F 2D 33 2E
Octal 261 224 72 0 20 103 37 55 63 56
Binary 10110001 10010100 111010 0 10000 1000011 11111 101101 110011 101110

Color Harmonies of #B1943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1943A

Black with #B1943A

Text Example


Text Example

White with #B1943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1943A; }

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

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

background-color css

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

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

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

border-color css

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

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

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