Html Css Color HEX #B98C62 Barley Corn

📋 copy color: '#B98C62'

red 185 ◦ green 140 ◦ blue 98

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

Shades of Barley Corn #B98C62

Tints of Barley Corn #B98C62

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

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

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 43.74%
G = 33.1%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B98C62 (or 0xB98C62) is known color: Barley Corn. HEX triplet: B9, 8C and 62. RGB value is (185,140,98). Sum of RGB (Red+Green+Blue) = 185+140+98=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C62 is #46739D. Grayscale: #949494. Windows color (decimal): -4617118 or 6458553. OLE color: 6458553.

HSL color Cylindrical-coordinate representation of color #B98C62: hue angle of 28.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B98C62 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 140 98 -
CMYK 0 0.24 0.47 0.27
HSL 28.97º 0.38% 0.55% -
HSV(B) 28.97º 0.47% 0.73% -
XYZ 31.59 29.95 15.67 -
YUV 148.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 185 140 98 0 0.24 0.47 0.27 28.97 0.38 0.55
Hex B9 8C 62 0 18 2F 1B 1D 26 37
Octal 271 214 142 0 30 57 33 35 46 67
Binary 10111001 10001100 1100010 0 11000 101111 11011 11101 100110 110111

Color Harmonies of #B98C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C62

Black with #B98C62

Text Example


Text Example

White with #B98C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C62; }

 p { color: rgb(185,140,98); }

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

background-color css

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

 a { background-color: rgb(185,140,98); }

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

border-color css

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

 span { border-color: rgb(185,140,98); }

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