Html Css Color HEX #B89A66 Barley Corn

📋 copy color: '#B89A66'

red 184 ◦ green 154 ◦ blue 102

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

Shades of Barley Corn #B89A66

Tints of Barley Corn #B89A66

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 41.82%
G = 35%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B89A66 (or 0xB89A66) is known color: Barley Corn. HEX triplet: B8, 9A and 66. RGB value is (184,154,102). Sum of RGB (Red+Green+Blue) = 184+154+102=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A66 is #476599. Grayscale: #9D9D9D. Windows color (decimal): -4679066 or 6724280. OLE color: 6724280.

HSL color Cylindrical-coordinate representation of color #B89A66: hue angle of 38.05º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B89A66 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 154 102 -
CMYK 0 0.16 0.45 0.28
HSL 38.05º 0.37% 0.56% -
HSV(B) 38.05º 0.45% 0.72% -
XYZ 33.72 34.26 17.41 -
YUV 157.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 184 154 102 0 0.16 0.45 0.28 38.05 0.37 0.56
Hex B8 9A 66 0 10 2D 1C 26 25 38
Octal 270 232 146 0 20 55 34 46 45 70
Binary 10111000 10011010 1100110 0 10000 101101 11100 100110 100101 111000

Color Harmonies of #B89A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A66

Black with #B89A66

Text Example


Text Example

White with #B89A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A66; }

 p { color: rgb(184,154,102); }

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

background-color css

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

 a { background-color: rgb(184,154,102); }

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

border-color css

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

 span { border-color: rgb(184,154,102); }

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