Html Css Color HEX #B0913A Turmeric

📋 copy color: '#B0913A'

red 176 ◦ green 145 ◦ blue 58

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

Shades of Turmeric #B0913A

Tints of Turmeric #B0913A

RGB

 RED value IS 176 (69.14% from 255) = 46.44%

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

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

R = 46.44%
G = 38.26%
B = 15.3%

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

#B0913A (or 0xB0913A) is known color: Turmeric. HEX triplet: B0, 91 and 3A. RGB value is (176,145,58). Sum of RGB (Red+Green+Blue) = 176+145+58=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0913A is #4F6EC5. Grayscale: #909090. Windows color (decimal): -5205702 or 3838384. OLE color: 3838384.

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

Color convert

RGB 176 145 58 -
CMYK 0 0.18 0.67 0.31
HSL 44.24º 0.5% 0.46% -
HSV(B) 44.24º 0.67% 0.69% -
XYZ 28.79 29.79 8.23 -
YUV 144.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 176 145 58 0 0.18 0.67 0.31 44.24 0.5 0.46
Hex B0 91 3A 0 12 43 1F 2C 32 2E
Octal 260 221 72 0 22 103 37 54 62 56
Binary 10110000 10010001 111010 0 10010 1000011 11111 101100 110010 101110

Color Harmonies of #B0913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0913A

Black with #B0913A

Text Example


Text Example

White with #B0913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0913A; }

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

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

background-color css

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

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

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

border-color css

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

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

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