Html Css Color HEX #B0933E Turmeric

📋 copy color: '#B0933E'

red 176 ◦ green 147 ◦ blue 62

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

Shades of Turmeric #B0933E

Tints of Turmeric #B0933E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 45.71%
G = 38.18%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0933E (or 0xB0933E) is known color: Turmeric. HEX triplet: B0, 93 and 3E. RGB value is (176,147,62). Sum of RGB (Red+Green+Blue) = 176+147+62=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0933E is #4F6CC1. Grayscale: #929292. Windows color (decimal): -5205186 or 4101040. OLE color: 4101040.

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

Color convert

RGB 176 147 62 -
CMYK 0 0.16 0.65 0.31
HSL 44.74º 0.48% 0.47% -
HSV(B) 44.74º 0.65% 0.69% -
XYZ 29.21 30.45 8.89 -
YUV 145.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 176 147 62 0 0.16 0.65 0.31 44.74 0.48 0.47
Hex B0 93 3E 0 10 41 1F 2D 30 2F
Octal 260 223 76 0 20 101 37 55 60 57
Binary 10110000 10010011 111110 0 10000 1000001 11111 101101 110000 101111

Color Harmonies of #B0933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0933E

Black with #B0933E

Text Example


Text Example

White with #B0933E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0933E; }

 p { color: rgb(176,147,62); }

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

background-color css

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

 a { background-color: rgb(176,147,62); }

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

border-color css

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

 span { border-color: rgb(176,147,62); }

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