Html Css Color HEX #B0913F Turmeric

📋 copy color: '#B0913F'

red 176 ◦ green 145 ◦ blue 63

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

Shades of Turmeric #B0913F

Tints of Turmeric #B0913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.41%

R = 45.83%
G = 37.76%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0913F (or 0xB0913F) is known color: Turmeric. HEX triplet: B0, 91 and 3F. RGB value is (176,145,63). Sum of RGB (Red+Green+Blue) = 176+145+63=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0913F is #4F6EC0. Grayscale: #919191. Windows color (decimal): -5205697 or 4166064. OLE color: 4166064.

HSL color Cylindrical-coordinate representation of color #B0913F: hue angle of 43.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0913F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 63 -
CMYK 0 0.18 0.64 0.31
HSL 43.54º 0.47% 0.47% -
HSV(B) 43.54º 0.64% 0.69% -
XYZ 28.93 29.84 8.94 -
YUV 144.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 176 145 63 0 0.18 0.64 0.31 43.54 0.47 0.47
Hex B0 91 3F 0 12 40 1F 2C 2F 2F
Octal 260 221 77 0 22 100 37 54 57 57
Binary 10110000 10010001 111111 0 10010 1000000 11111 101100 101111 101111

Color Harmonies of #B0913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0913F

Black with #B0913F

Text Example


Text Example

White with #B0913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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