Html Css Color HEX #B38B60 Barley Corn

📋 copy color: '#B38B60'

red 179 ◦ green 139 ◦ blue 96

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

Shades of Barley Corn #B38B60

Tints of Barley Corn #B38B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.57%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 43.24%
G = 33.57%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38B60 (or 0xB38B60) is known color: Barley Corn. HEX triplet: B3, 8B and 60. RGB value is (179,139,96). Sum of RGB (Red+Green+Blue) = 179+139+96=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B60 is #4C749F. Grayscale: #929292. Windows color (decimal): -5010592 or 6327219. OLE color: 6327219.

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

Color convert

RGB 179 139 96 -
CMYK 0 0.22 0.46 0.30
HSL 31.08º 0.35% 0.54% -
HSV(B) 31.08º 0.46% 0.7% -
XYZ 29.93 28.89 15.07 -
YUV 146.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 179 139 96 0 0.22 0.46 0.30 31.08 0.35 0.54
Hex B3 8B 60 0 16 2E 1E 1F 23 36
Octal 263 213 140 0 26 56 36 37 43 66
Binary 10110011 10001011 1100000 0 10110 101110 11110 11111 100011 110110

Color Harmonies of #B38B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B60

Black with #B38B60

Text Example


Text Example

White with #B38B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B60; }

 p { color: rgb(179,139,96); }

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

background-color css

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

 a { background-color: rgb(179,139,96); }

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

border-color css

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

 span { border-color: rgb(179,139,96); }

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