Html Css Color HEX #B89F62 Barley Corn

📋 copy color: '#B89F62'

red 184 ◦ green 159 ◦ blue 98

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

Shades of Barley Corn #B89F62

Tints of Barley Corn #B89F62

RGB

 RED value IS 184 (72.27% from 255) = 41.72%

 GREEN value IS 159 (62.5% from 255) = 36.05%

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

R = 41.72%
G = 36.05%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B89F62 (or 0xB89F62) is known color: Barley Corn. HEX triplet: B8, 9F and 62. RGB value is (184,159,98). Sum of RGB (Red+Green+Blue) = 184+159+98=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F62 is #47609D. Grayscale: #9F9F9F. Windows color (decimal): -4677790 or 6463416. OLE color: 6463416.

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

Color convert

RGB 184 159 98 -
CMYK 0 0.14 0.47 0.28
HSL 42.56º 0.38% 0.55% -
HSV(B) 42.56º 0.47% 0.72% -
XYZ 34.37 35.87 16.67 -
YUV 159.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 184 159 98 0 0.14 0.47 0.28 42.56 0.38 0.55
Hex B8 9F 62 0 E 2F 1C 2B 26 37
Octal 270 237 142 0 16 57 34 53 46 67
Binary 10111000 10011111 1100010 0 1110 101111 11100 101011 100110 110111

Color Harmonies of #B89F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F62

Black with #B89F62

Text Example


Text Example

White with #B89F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F62; }

 p { color: rgb(184,159,98); }

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

background-color css

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

 a { background-color: rgb(184,159,98); }

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

border-color css

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

 span { border-color: rgb(184,159,98); }

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