Html Css Color HEX #B08C60 Barley Corn

📋 copy color: '#B08C60'

red 176 ◦ green 140 ◦ blue 96

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

Shades of Barley Corn #B08C60

Tints of Barley Corn #B08C60

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 42.72%
G = 33.98%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B08C60 (or 0xB08C60) is known color: Barley Corn. HEX triplet: B0, 8C and 60. RGB value is (176,140,96). Sum of RGB (Red+Green+Blue) = 176+140+96=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C60 is #4F739F. Grayscale: #919191. Windows color (decimal): -5206944 or 6327472. OLE color: 6327472.

HSL color Cylindrical-coordinate representation of color #B08C60: hue angle of 33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B08C60 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 96 -
CMYK 0 0.20 0.45 0.31
HSL 33º 0.34% 0.53% -
HSV(B) 33º 0.45% 0.69% -
XYZ 29.39 28.83 15.08 -
YUV 145.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 176 140 96 0 0.20 0.45 0.31 33 0.34 0.53
Hex B0 8C 60 0 14 2D 1F 21 22 35
Octal 260 214 140 0 24 55 37 41 42 65
Binary 10110000 10001100 1100000 0 10100 101101 11111 100001 100010 110101

Color Harmonies of #B08C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C60

Black with #B08C60

Text Example


Text Example

White with #B08C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C60; }

 p { color: rgb(176,140,96); }

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

background-color css

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

 a { background-color: rgb(176,140,96); }

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

border-color css

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

 span { border-color: rgb(176,140,96); }

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