Html Css Color HEX #B38C5E Barley Corn

📋 copy color: '#B38C5E'

red 179 ◦ green 140 ◦ blue 94

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

Shades of Barley Corn #B38C5E

Tints of Barley Corn #B38C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

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

R = 43.34%
G = 33.9%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B38C5E (or 0xB38C5E) is known color: Barley Corn. HEX triplet: B3, 8C and 5E. RGB value is (179,140,94). Sum of RGB (Red+Green+Blue) = 179+140+94=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C5E is #4C73A1. Grayscale: #929292. Windows color (decimal): -5010338 or 6196403. OLE color: 6196403.

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

Color convert

RGB 179 140 94 -
CMYK 0 0.22 0.47 0.30
HSL 32.47º 0.36% 0.54% -
HSV(B) 32.47º 0.47% 0.7% -
XYZ 29.99 29.15 14.64 -
YUV 146.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 179 140 94 0 0.22 0.47 0.30 32.47 0.36 0.54
Hex B3 8C 5E 0 16 2F 1E 20 24 36
Octal 263 214 136 0 26 57 36 40 44 66
Binary 10110011 10001100 1011110 0 10110 101111 11110 100000 100100 110110

Color Harmonies of #B38C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C5E

Black with #B38C5E

Text Example


Text Example

White with #B38C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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