Html Css Color HEX #B98F61 Barley Corn

📋 copy color: '#B98F61'

red 185 ◦ green 143 ◦ blue 97

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

Shades of Barley Corn #B98F61

Tints of Barley Corn #B98F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

 BLUE value IS 97 (38.28% from 255) = 22.82%

R = 43.53%
G = 33.65%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B98F61 (or 0xB98F61) is known color: Barley Corn. HEX triplet: B9, 8F and 61. RGB value is (185,143,97). Sum of RGB (Red+Green+Blue) = 185+143+97=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F61 is #46709E. Grayscale: #969696. Windows color (decimal): -4616351 or 6393785. OLE color: 6393785.

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

Color convert

RGB 185 143 97 -
CMYK 0 0.23 0.48 0.27
HSL 31.36º 0.39% 0.55% -
HSV(B) 31.36º 0.48% 0.73% -
XYZ 31.99 30.82 15.57 -
YUV 150.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 185 143 97 0 0.23 0.48 0.27 31.36 0.39 0.55
Hex B9 8F 61 0 17 30 1B 1F 27 37
Octal 271 217 141 0 27 60 33 37 47 67
Binary 10111001 10001111 1100001 0 10111 110000 11011 11111 100111 110111

Color Harmonies of #B98F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F61

Black with #B98F61

Text Example


Text Example

White with #B98F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F61; }

 p { color: rgb(185,143,97); }

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

background-color css

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

 a { background-color: rgb(185,143,97); }

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

border-color css

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

 span { border-color: rgb(185,143,97); }

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