Html Css Color HEX #B38B63 Barley Corn

📋 copy color: '#B38B63'

red 179 ◦ green 139 ◦ blue 99

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

Shades of Barley Corn #B38B63

Tints of Barley Corn #B38B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 42.93%
G = 33.33%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B38B63 (or 0xB38B63) is known color: Barley Corn. HEX triplet: B3, 8B and 63. RGB value is (179,139,99). Sum of RGB (Red+Green+Blue) = 179+139+99=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B63 is #4C749C. Grayscale: #929292. Windows color (decimal): -5010589 or 6523827. OLE color: 6523827.

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

Color convert

RGB 179 139 99 -
CMYK 0 0.22 0.45 0.30
HSL 30º 0.34% 0.55% -
HSV(B) 30º 0.45% 0.7% -
XYZ 30.08 28.95 15.81 -
YUV 146.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 179 139 99 0 0.22 0.45 0.30 30 0.34 0.55
Hex B3 8B 63 0 16 2D 1E 1E 22 37
Octal 263 213 143 0 26 55 36 36 42 67
Binary 10110011 10001011 1100011 0 10110 101101 11110 11110 100010 110111

Color Harmonies of #B38B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B63

Black with #B38B63

Text Example


Text Example

White with #B38B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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