Html Css Color HEX #B08D5F Barley Corn

📋 copy color: '#B08D5F'

red 176 ◦ green 141 ◦ blue 95

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

Shades of Barley Corn #B08D5F

Tints of Barley Corn #B08D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 95 (37.5% from 255) = 23.06%

R = 42.72%
G = 34.22%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B08D5F (or 0xB08D5F) is known color: Barley Corn. HEX triplet: B0, 8D and 5F. RGB value is (176,141,95). Sum of RGB (Red+Green+Blue) = 176+141+95=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D5F is #4F72A0. Grayscale: #929292. Windows color (decimal): -5206689 or 6262192. OLE color: 6262192.

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

Color convert

RGB 176 141 95 -
CMYK 0 0.20 0.46 0.31
HSL 34.07º 0.34% 0.53% -
HSV(B) 34.07º 0.46% 0.69% -
XYZ 29.49 29.11 14.89 -
YUV 146.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 176 141 95 0 0.20 0.46 0.31 34.07 0.34 0.53
Hex B0 8D 5F 0 14 2E 1F 22 22 35
Octal 260 215 137 0 24 56 37 42 42 65
Binary 10110000 10001101 1011111 0 10100 101110 11111 100010 100010 110101

Color Harmonies of #B08D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D5F

Black with #B08D5F

Text Example


Text Example

White with #B08D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D5F; }

 p { color: rgb(176,141,95); }

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

background-color css

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

 a { background-color: rgb(176,141,95); }

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

border-color css

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

 span { border-color: rgb(176,141,95); }

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