Html Css Color HEX #B1903A Turmeric

📋 copy color: '#B1903A'

red 177 ◦ green 144 ◦ blue 58

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

Shades of Turmeric #B1903A

Tints of Turmeric #B1903A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 46.7%
G = 37.99%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1903A (or 0xB1903A) is known color: Turmeric. HEX triplet: B1, 90 and 3A. RGB value is (177,144,58). Sum of RGB (Red+Green+Blue) = 177+144+58=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B1903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1903A is #4E6FC5. Grayscale: #909090. Windows color (decimal): -5140422 or 3838129. OLE color: 3838129.

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

Color convert

RGB 177 144 58 -
CMYK 0 0.19 0.67 0.31
HSL 43.36º 0.51% 0.46% -
HSV(B) 43.36º 0.67% 0.69% -
XYZ 28.87 29.6 8.19 -
YUV 144.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 177 144 58 0 0.19 0.67 0.31 43.36 0.51 0.46
Hex B1 90 3A 0 13 43 1F 2B 33 2E
Octal 261 220 72 0 23 103 37 53 63 56
Binary 10110001 10010000 111010 0 10011 1000011 11111 101011 110011 101110

Color Harmonies of #B1903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1903A

Black with #B1903A

Text Example


Text Example

White with #B1903A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1903A; }

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

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

background-color css

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

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

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

border-color css

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

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

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