Html Css Color HEX #B89064 Barley Corn

📋 copy color: '#B89064'

red 184 ◦ green 144 ◦ blue 100

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

Shades of Barley Corn #B89064

Tints of Barley Corn #B89064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

 BLUE value IS 100 (39.45% from 255) = 23.36%

R = 42.99%
G = 33.64%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B89064 (or 0xB89064) is known color: Barley Corn. HEX triplet: B8, 90 and 64. RGB value is (184,144,100). Sum of RGB (Red+Green+Blue) = 184+144+100=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B89064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89064 is #476F9B. Grayscale: #979797. Windows color (decimal): -4681628 or 6590648. OLE color: 6590648.

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

Color convert

RGB 184 144 100 -
CMYK 0 0.22 0.46 0.28
HSL 31.43º 0.37% 0.56% -
HSV(B) 31.43º 0.46% 0.72% -
XYZ 32.04 31.06 16.36 -
YUV 150.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 184 144 100 0 0.22 0.46 0.28 31.43 0.37 0.56
Hex B8 90 64 0 16 2E 1C 1F 25 38
Octal 270 220 144 0 26 56 34 37 45 70
Binary 10111000 10010000 1100100 0 10110 101110 11100 11111 100101 111000

Color Harmonies of #B89064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89064

Black with #B89064

Text Example


Text Example

White with #B89064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89064; }

 p { color: rgb(184,144,100); }

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

background-color css

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

 a { background-color: rgb(184,144,100); }

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

border-color css

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

 span { border-color: rgb(184,144,100); }

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