Html Css Color HEX #B89E62 Barley Corn

📋 copy color: '#B89E62'

red 184 ◦ green 158 ◦ blue 98

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

Shades of Barley Corn #B89E62

Tints of Barley Corn #B89E62

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

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

R = 41.82%
G = 35.91%
B = 22.27%

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

#B89E62 (or 0xB89E62) is known color: Barley Corn. HEX triplet: B8, 9E and 62. RGB value is (184,158,98). Sum of RGB (Red+Green+Blue) = 184+158+98=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E62 is #47619D. Grayscale: #9F9F9F. Windows color (decimal): -4678046 or 6463160. OLE color: 6463160.

HSL color Cylindrical-coordinate representation of color #B89E62: hue angle of 41.86º 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 #B89E62 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 158 98 -
CMYK 0 0.14 0.47 0.28
HSL 41.86º 0.38% 0.55% -
HSV(B) 41.86º 0.47% 0.72% -
XYZ 34.2 35.53 16.61 -
YUV 158.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 184 158 98 0 0.14 0.47 0.28 41.86 0.38 0.55
Hex B8 9E 62 0 E 2F 1C 2A 26 37
Octal 270 236 142 0 16 57 34 52 46 67
Binary 10111000 10011110 1100010 0 1110 101111 11100 101010 100110 110111

Color Harmonies of #B89E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E62

Black with #B89E62

Text Example


Text Example

White with #B89E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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