Html Css Color HEX #B3935E Barley Corn

📋 copy color: '#B3935E'

red 179 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #B3935E

Tints of Barley Corn #B3935E

RGB

 RED value IS 179 (70.31% from 255) = 42.62%

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

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 42.62%
G = 35%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3935E (or 0xB3935E) is known color: Barley Corn. HEX triplet: B3, 93 and 5E. RGB value is (179,147,94). Sum of RGB (Red+Green+Blue) = 179+147+94=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3935E is #4C6CA1. Grayscale: #969696. Windows color (decimal): -5008546 or 6198195. OLE color: 6198195.

HSL color Cylindrical-coordinate representation of color #B3935E: hue angle of 37.41º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3935E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 147 94 -
CMYK 0 0.18 0.47 0.30
HSL 37.41º 0.36% 0.54% -
HSV(B) 37.41º 0.47% 0.7% -
XYZ 31.04 31.26 14.99 -
YUV 150.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 179 147 94 0 0.18 0.47 0.30 37.41 0.36 0.54
Hex B3 93 5E 0 12 2F 1E 25 24 36
Octal 263 223 136 0 22 57 36 45 44 66
Binary 10110011 10010011 1011110 0 10010 101111 11110 100101 100100 110110

Color Harmonies of #B3935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3935E

Black with #B3935E

Text Example


Text Example

White with #B3935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3935E; }

 p { color: rgb(179,147,94); }

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

background-color css

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

 a { background-color: rgb(179,147,94); }

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

border-color css

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

 span { border-color: rgb(179,147,94); }

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