Html Css Color HEX #B89B66 Barley Corn

📋 copy color: '#B89B66'

red 184 ◦ green 155 ◦ blue 102

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

Shades of Barley Corn #B89B66

Tints of Barley Corn #B89B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.15%

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

R = 41.72%
G = 35.15%
B = 23.13%

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

#B89B66 (or 0xB89B66) is known color: Barley Corn. HEX triplet: B8, 9B and 66. RGB value is (184,155,102). Sum of RGB (Red+Green+Blue) = 184+155+102=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B66 is #476499. Grayscale: #9D9D9D. Windows color (decimal): -4678810 or 6724536. OLE color: 6724536.

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

Color convert

RGB 184 155 102 -
CMYK 0 0.16 0.45 0.28
HSL 38.78º 0.37% 0.56% -
HSV(B) 38.78º 0.45% 0.72% -
XYZ 33.89 34.59 17.46 -
YUV 157.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 184 155 102 0 0.16 0.45 0.28 38.78 0.37 0.56
Hex B8 9B 66 0 10 2D 1C 27 25 38
Octal 270 233 146 0 20 55 34 47 45 70
Binary 10111000 10011011 1100110 0 10000 101101 11100 100111 100101 111000

Color Harmonies of #B89B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B66

Black with #B89B66

Text Example


Text Example

White with #B89B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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