Html Css Color HEX #B39A6A Barley Corn

📋 copy color: '#B39A6A'

red 179 ◦ green 154 ◦ blue 106

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

Shades of Barley Corn #B39A6A

Tints of Barley Corn #B39A6A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 40.77%
G = 35.08%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B39A6A (or 0xB39A6A) is known color: Barley Corn. HEX triplet: B3, 9A and 6A. RGB value is (179,154,106). Sum of RGB (Red+Green+Blue) = 179+154+106=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A6A is #4C6595. Grayscale: #9C9C9C. Windows color (decimal): -5006742 or 6986419. OLE color: 6986419.

HSL color Cylindrical-coordinate representation of color #B39A6A: hue angle of 39.45º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B39A6A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 106 -
CMYK 0 0.14 0.41 0.30
HSL 39.45º 0.32% 0.56% -
HSV(B) 39.45º 0.41% 0.7% -
XYZ 32.75 33.74 18.42 -
YUV 156 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 179 154 106 0 0.14 0.41 0.30 39.45 0.32 0.56
Hex B3 9A 6A 0 E 29 1E 27 20 38
Octal 263 232 152 0 16 51 36 47 40 70
Binary 10110011 10011010 1101010 0 1110 101001 11110 100111 100000 111000

Color Harmonies of #B39A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A6A

Black with #B39A6A

Text Example


Text Example

White with #B39A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A6A; }

 p { color: rgb(179,154,106); }

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

background-color css

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

 a { background-color: rgb(179,154,106); }

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

border-color css

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

 span { border-color: rgb(179,154,106); }

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