Html Css Color HEX #B89B61 Barley Corn

📋 copy color: '#B89B61'

red 184 ◦ green 155 ◦ blue 97

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

Shades of Barley Corn #B89B61

Tints of Barley Corn #B89B61

RGB

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

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

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

R = 42.2%
G = 35.55%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B89B61 (or 0xB89B61) is known color: Barley Corn. HEX triplet: B8, 9B and 61. RGB value is (184,155,97). Sum of RGB (Red+Green+Blue) = 184+155+97=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B61 is #47649E. Grayscale: #9D9D9D. Windows color (decimal): -4678815 or 6396856. OLE color: 6396856.

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

Color convert

RGB 184 155 97 -
CMYK 0 0.16 0.47 0.28
HSL 40º 0.38% 0.55% -
HSV(B) 40º 0.47% 0.72% -
XYZ 33.65 34.5 16.19 -
YUV 157.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 184 155 97 0 0.16 0.47 0.28 40 0.38 0.55
Hex B8 9B 61 0 10 2F 1C 28 26 37
Octal 270 233 141 0 20 57 34 50 46 67
Binary 10111000 10011011 1100001 0 10000 101111 11100 101000 100110 110111

Color Harmonies of #B89B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B61

Black with #B89B61

Text Example


Text Example

White with #B89B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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