Html Css Color HEX #B0986D Barley Corn

📋 copy color: '#B0986D'

red 176 ◦ green 152 ◦ blue 109

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

Shades of Barley Corn #B0986D

Tints of Barley Corn #B0986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.78%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 40.27%
G = 34.78%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0986D (or 0xB0986D) is known color: Barley Corn. HEX triplet: B0, 98 and 6D. RGB value is (176,152,109). Sum of RGB (Red+Green+Blue) = 176+152+109=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0986D is #4F6792. Grayscale: #9A9A9A. Windows color (decimal): -5203859 or 7182512. OLE color: 7182512.

HSL color Cylindrical-coordinate representation of color #B0986D: hue angle of 38.51º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0986D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 109 -
CMYK 0 0.14 0.38 0.31
HSL 38.51º 0.3% 0.56% -
HSV(B) 38.51º 0.38% 0.69% -
XYZ 31.89 32.79 19.12 -
YUV 154.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 176 152 109 0 0.14 0.38 0.31 38.51 0.3 0.56
Hex B0 98 6D 0 E 26 1F 27 1E 38
Octal 260 230 155 0 16 46 37 47 36 70
Binary 10110000 10011000 1101101 0 1110 100110 11111 100111 11110 111000

Color Harmonies of #B0986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0986D

Black with #B0986D

Text Example


Text Example

White with #B0986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0986D; }

 p { color: rgb(176,152,109); }

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

background-color css

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

 a { background-color: rgb(176,152,109); }

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

border-color css

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

 span { border-color: rgb(176,152,109); }

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