Html Css Color HEX #B1933B Turmeric

📋 copy color: '#B1933B'

red 177 ◦ green 147 ◦ blue 59

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

Shades of Turmeric #B1933B

Tints of Turmeric #B1933B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 46.21%
G = 38.38%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1933B (or 0xB1933B) is known color: Turmeric. HEX triplet: B1, 93 and 3B. RGB value is (177,147,59). Sum of RGB (Red+Green+Blue) = 177+147+59=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1933B is #4E6CC4. Grayscale: #929292. Windows color (decimal): -5139653 or 3904433. OLE color: 3904433.

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

Color convert

RGB 177 147 59 -
CMYK 0 0.17 0.67 0.31
HSL 44.75º 0.5% 0.46% -
HSV(B) 44.75º 0.67% 0.69% -
XYZ 29.35 30.53 8.48 -
YUV 145.94 78.94 150.16 -
System Red Green Blue C M Y K H S L
Decimal 177 147 59 0 0.17 0.67 0.31 44.75 0.5 0.46
Hex B1 93 3B 0 11 43 1F 2D 32 2E
Octal 261 223 73 0 21 103 37 55 62 56
Binary 10110001 10010011 111011 0 10001 1000011 11111 101101 110010 101110

Color Harmonies of #B1933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1933B

Black with #B1933B

Text Example


Text Example

White with #B1933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1933B; }

 p { color: rgb(177,147,59); }

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

background-color css

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

 a { background-color: rgb(177,147,59); }

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

border-color css

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

 span { border-color: rgb(177,147,59); }

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