Html Css Color HEX #B38960 Barley Corn

📋 copy color: '#B38960'

red 179 ◦ green 137 ◦ blue 96

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

Shades of Barley Corn #B38960

Tints of Barley Corn #B38960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 43.45%
G = 33.25%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38960 (or 0xB38960) is known color: Barley Corn. HEX triplet: B3, 89 and 60. RGB value is (179,137,96). Sum of RGB (Red+Green+Blue) = 179+137+96=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38960 is #4C769F. Grayscale: #919191. Windows color (decimal): -5011104 or 6326707. OLE color: 6326707.

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

Color convert

RGB 179 137 96 -
CMYK 0 0.23 0.46 0.30
HSL 29.64º 0.35% 0.54% -
HSV(B) 29.64º 0.46% 0.7% -
XYZ 29.65 28.32 14.97 -
YUV 144.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 179 137 96 0 0.23 0.46 0.30 29.64 0.35 0.54
Hex B3 89 60 0 17 2E 1E 1E 23 36
Octal 263 211 140 0 27 56 36 36 43 66
Binary 10110011 10001001 1100000 0 10111 101110 11110 11110 100011 110110

Color Harmonies of #B38960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38960

Black with #B38960

Text Example


Text Example

White with #B38960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38960; }

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

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

background-color css

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

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

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

border-color css

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

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

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