Html Css Color HEX #B98A65 Barley Corn

📋 copy color: '#B98A65'

red 185 ◦ green 138 ◦ blue 101

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

Shades of Barley Corn #B98A65

Tints of Barley Corn #B98A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 43.63%
G = 32.55%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B98A65 (or 0xB98A65) is known color: Barley Corn. HEX triplet: B9, 8A and 65. RGB value is (185,138,101). Sum of RGB (Red+Green+Blue) = 185+138+101=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A65 is #46759A. Grayscale: #949494. Windows color (decimal): -4617627 or 6654649. OLE color: 6654649.

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

Color convert

RGB 185 138 101 -
CMYK 0 0.25 0.45 0.27
HSL 26.43º 0.38% 0.56% -
HSV(B) 26.43º 0.45% 0.73% -
XYZ 31.45 29.43 16.34 -
YUV 147.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 185 138 101 0 0.25 0.45 0.27 26.43 0.38 0.56
Hex B9 8A 65 0 19 2D 1B 1A 26 38
Octal 271 212 145 0 31 55 33 32 46 70
Binary 10111001 10001010 1100101 0 11001 101101 11011 11010 100110 111000

Color Harmonies of #B98A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A65

Black with #B98A65

Text Example


Text Example

White with #B98A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A65; }

 p { color: rgb(185,138,101); }

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

background-color css

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

 a { background-color: rgb(185,138,101); }

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

border-color css

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

 span { border-color: rgb(185,138,101); }

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