Html Css Color HEX #B38F62 Barley Corn

📋 copy color: '#B38F62'

red 179 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #B38F62

Tints of Barley Corn #B38F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 98 (38.67% from 255) = 23.33%

R = 42.62%
G = 34.05%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B38F62 (or 0xB38F62) is known color: Barley Corn. HEX triplet: B3, 8F and 62. RGB value is (179,143,98). Sum of RGB (Red+Green+Blue) = 179+143+98=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F62 is #4C709D. Grayscale: #949494. Windows color (decimal): -5009566 or 6459315. OLE color: 6459315.

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

Color convert

RGB 179 143 98 -
CMYK 0 0.20 0.45 0.30
HSL 33.33º 0.35% 0.54% -
HSV(B) 33.33º 0.45% 0.7% -
XYZ 30.62 30.11 15.75 -
YUV 148.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 179 143 98 0 0.20 0.45 0.30 33.33 0.35 0.54
Hex B3 8F 62 0 14 2D 1E 21 23 36
Octal 263 217 142 0 24 55 36 41 43 66
Binary 10110011 10001111 1100010 0 10100 101101 11110 100001 100011 110110

Color Harmonies of #B38F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F62

Black with #B38F62

Text Example


Text Example

White with #B38F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F62; }

 p { color: rgb(179,143,98); }

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

background-color css

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

 a { background-color: rgb(179,143,98); }

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

border-color css

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

 span { border-color: rgb(179,143,98); }

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