Html Css Color HEX #B89B5A Barley Corn

📋 copy color: '#B89B5A'

red 184 ◦ green 155 ◦ blue 90

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

Shades of Barley Corn #B89B5A

Tints of Barley Corn #B89B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 42.89%
G = 36.13%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B89B5A (or 0xB89B5A) is known color: Barley Corn. HEX triplet: B8, 9B and 5A. RGB value is (184,155,90). Sum of RGB (Red+Green+Blue) = 184+155+90=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B5A is #4764A5. Grayscale: #9C9C9C. Windows color (decimal): -4678822 or 5938104. OLE color: 5938104.

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

Color convert

RGB 184 155 90 -
CMYK 0 0.16 0.51 0.28
HSL 41.49º 0.4% 0.54% -
HSV(B) 41.49º 0.51% 0.72% -
XYZ 33.33 34.37 14.55 -
YUV 156.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 184 155 90 0 0.16 0.51 0.28 41.49 0.4 0.54
Hex B8 9B 5A 0 10 33 1C 29 28 36
Octal 270 233 132 0 20 63 34 51 50 66
Binary 10111000 10011011 1011010 0 10000 110011 11100 101001 101000 110110

Color Harmonies of #B89B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B5A

Black with #B89B5A

Text Example


Text Example

White with #B89B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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