Html Css Color HEX #B3995E Barley Corn

📋 copy color: '#B3995E'

red 179 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #B3995E

Tints of Barley Corn #B3995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

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

R = 42.02%
G = 35.92%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3995E (or 0xB3995E) is known color: Barley Corn. HEX triplet: B3, 99 and 5E. RGB value is (179,153,94). Sum of RGB (Red+Green+Blue) = 179+153+94=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3995E is #4C66A1. Grayscale: #9A9A9A. Windows color (decimal): -5007010 or 6199731. OLE color: 6199731.

HSL color Cylindrical-coordinate representation of color #B3995E: hue angle of 41.65º 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 #B3995E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 94 -
CMYK 0 0.15 0.47 0.30
HSL 41.65º 0.36% 0.54% -
HSV(B) 41.65º 0.47% 0.7% -
XYZ 32 33.17 15.31 -
YUV 154.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 179 153 94 0 0.15 0.47 0.30 41.65 0.36 0.54
Hex B3 99 5E 0 F 2F 1E 2A 24 36
Octal 263 231 136 0 17 57 36 52 44 66
Binary 10110011 10011001 1011110 0 1111 101111 11110 101010 100100 110110

Color Harmonies of #B3995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3995E

Black with #B3995E

Text Example


Text Example

White with #B3995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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