Html Css Color HEX #B38E66 Barley Corn

📋 copy color: '#B38E66'

red 179 ◦ green 142 ◦ blue 102

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

Shades of Barley Corn #B38E66

Tints of Barley Corn #B38E66

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 42.32%
G = 33.57%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B38E66 (or 0xB38E66) is known color: Barley Corn. HEX triplet: B3, 8E and 66. RGB value is (179,142,102). Sum of RGB (Red+Green+Blue) = 179+142+102=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E66 is #4C7199. Grayscale: #949494. Windows color (decimal): -5009818 or 6721203. OLE color: 6721203.

HSL color Cylindrical-coordinate representation of color #B38E66: hue angle of 31.17º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38E66 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 142 102 -
CMYK 0 0.21 0.43 0.30
HSL 31.17º 0.34% 0.55% -
HSV(B) 31.17º 0.43% 0.7% -
XYZ 30.66 29.89 16.72 -
YUV 148.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 179 142 102 0 0.21 0.43 0.30 31.17 0.34 0.55
Hex B3 8E 66 0 15 2B 1E 1F 22 37
Octal 263 216 146 0 25 53 36 37 42 67
Binary 10110011 10001110 1100110 0 10101 101011 11110 11111 100010 110111

Color Harmonies of #B38E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E66

Black with #B38E66

Text Example


Text Example

White with #B38E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E66; }

 p { color: rgb(179,142,102); }

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

background-color css

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

 a { background-color: rgb(179,142,102); }

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

border-color css

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

 span { border-color: rgb(179,142,102); }

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