Html Css Color HEX #B38F60 Barley Corn

📋 copy color: '#B38F60'

red 179 ◦ green 143 ◦ blue 96

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

Shades of Barley Corn #B38F60

Tints of Barley Corn #B38F60

RGB

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

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

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

R = 42.82%
G = 34.21%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38F60 (or 0xB38F60) is known color: Barley Corn. HEX triplet: B3, 8F and 60. RGB value is (179,143,96). Sum of RGB (Red+Green+Blue) = 179+143+96=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F60 is #4C709F. Grayscale: #949494. Windows color (decimal): -5009568 or 6328243. OLE color: 6328243.

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

Color convert

RGB 179 143 96 -
CMYK 0 0.20 0.46 0.30
HSL 33.98º 0.35% 0.54% -
HSV(B) 33.98º 0.46% 0.7% -
XYZ 30.52 30.07 15.26 -
YUV 148.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 179 143 96 0 0.20 0.46 0.30 33.98 0.35 0.54
Hex B3 8F 60 0 14 2E 1E 22 23 36
Octal 263 217 140 0 24 56 36 42 43 66
Binary 10110011 10001111 1100000 0 10100 101110 11110 100010 100011 110110

Color Harmonies of #B38F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F60

Black with #B38F60

Text Example


Text Example

White with #B38F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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