Html Css Color HEX #B0985A Barley Corn

📋 copy color: '#B0985A'

red 176 ◦ green 152 ◦ blue 90

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

Shades of Barley Corn #B0985A

Tints of Barley Corn #B0985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 42.11%
G = 36.36%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0985A (or 0xB0985A) is known color: Barley Corn. HEX triplet: B0, 98 and 5A. RGB value is (176,152,90). Sum of RGB (Red+Green+Blue) = 176+152+90=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0985A is #4F67A5. Grayscale: #989898. Windows color (decimal): -5203878 or 5937328. OLE color: 5937328.

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

Color convert

RGB 176 152 90 -
CMYK 0 0.14 0.49 0.31
HSL 43.26º 0.35% 0.52% -
HSV(B) 43.26º 0.49% 0.69% -
XYZ 30.98 32.42 14.3 -
YUV 152.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 176 152 90 0 0.14 0.49 0.31 43.26 0.35 0.52
Hex B0 98 5A 0 E 31 1F 2B 23 34
Octal 260 230 132 0 16 61 37 53 43 64
Binary 10110000 10011000 1011010 0 1110 110001 11111 101011 100011 110100

Color Harmonies of #B0985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0985A

Black with #B0985A

Text Example


Text Example

White with #B0985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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