Html Css Color HEX #B29B5A Barley Corn

📋 copy color: '#B29B5A'

red 178 ◦ green 155 ◦ blue 90

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

Shades of Barley Corn #B29B5A

Tints of Barley Corn #B29B5A

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

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

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

R = 42.08%
G = 36.64%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B29B5A (or 0xB29B5A) is known color: Barley Corn. HEX triplet: B2, 9B and 5A. RGB value is (178,155,90). Sum of RGB (Red+Green+Blue) = 178+155+90=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B5A is #4D64A5. Grayscale: #9A9A9A. Windows color (decimal): -5072038 or 5938098. OLE color: 5938098.

HSL color Cylindrical-coordinate representation of color #B29B5A: hue angle of 44.32º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B29B5A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 155 90 -
CMYK 0 0.13 0.49 0.30
HSL 44.32º 0.36% 0.53% -
HSV(B) 44.32º 0.49% 0.7% -
XYZ 31.93 33.65 14.48 -
YUV 154.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 178 155 90 0 0.13 0.49 0.30 44.32 0.36 0.53
Hex B2 9B 5A 0 D 31 1E 2C 24 35
Octal 262 233 132 0 15 61 36 54 44 65
Binary 10110010 10011011 1011010 0 1101 110001 11110 101100 100100 110101

Color Harmonies of #B29B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B5A

Black with #B29B5A

Text Example


Text Example

White with #B29B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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