Html Css Color HEX #B3945E Barley Corn

📋 copy color: '#B3945E'

red 179 ◦ green 148 ◦ blue 94

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

Shades of Barley Corn #B3945E

Tints of Barley Corn #B3945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 42.52%
G = 35.15%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3945E (or 0xB3945E) is known color: Barley Corn. HEX triplet: B3, 94 and 5E. RGB value is (179,148,94). Sum of RGB (Red+Green+Blue) = 179+148+94=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3945E is #4C6BA1. Grayscale: #979797. Windows color (decimal): -5008290 or 6198451. OLE color: 6198451.

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

Color convert

RGB 179 148 94 -
CMYK 0 0.17 0.47 0.30
HSL 38.12º 0.36% 0.54% -
HSV(B) 38.12º 0.47% 0.7% -
XYZ 31.2 31.57 15.04 -
YUV 151.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 179 148 94 0 0.17 0.47 0.30 38.12 0.36 0.54
Hex B3 94 5E 0 11 2F 1E 26 24 36
Octal 263 224 136 0 21 57 36 46 44 66
Binary 10110011 10010100 1011110 0 10001 101111 11110 100110 100100 110110

Color Harmonies of #B3945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3945E

Black with #B3945E

Text Example


Text Example

White with #B3945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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