Html Css Color HEX #B89961 Barley Corn

📋 copy color: '#B89961'

red 184 ◦ green 153 ◦ blue 97

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

Shades of Barley Corn #B89961

Tints of Barley Corn #B89961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

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

R = 42.4%
G = 35.25%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B89961 (or 0xB89961) is known color: Barley Corn. HEX triplet: B8, 99 and 61. RGB value is (184,153,97). Sum of RGB (Red+Green+Blue) = 184+153+97=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89961 is #47669E. Grayscale: #9C9C9C. Windows color (decimal): -4679327 or 6396344. OLE color: 6396344.

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

Color convert

RGB 184 153 97 -
CMYK 0 0.17 0.47 0.28
HSL 38.62º 0.38% 0.55% -
HSV(B) 38.62º 0.47% 0.72% -
XYZ 33.32 33.84 16.08 -
YUV 155.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 184 153 97 0 0.17 0.47 0.28 38.62 0.38 0.55
Hex B8 99 61 0 11 2F 1C 27 26 37
Octal 270 231 141 0 21 57 34 47 46 67
Binary 10111000 10011001 1100001 0 10001 101111 11100 100111 100110 110111

Color Harmonies of #B89961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89961

Black with #B89961

Text Example


Text Example

White with #B89961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89961; }

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

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

background-color css

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

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

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

border-color css

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

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

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