Html Css Color HEX #B29C5C Barley Corn

📋 copy color: '#B29C5C'

red 178 ◦ green 156 ◦ blue 92

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

Shades of Barley Corn #B29C5C

Tints of Barley Corn #B29C5C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 41.78%
G = 36.62%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B29C5C (or 0xB29C5C) is known color: Barley Corn. HEX triplet: B2, 9C and 5C. RGB value is (178,156,92). Sum of RGB (Red+Green+Blue) = 178+156+92=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C5C is #4D63A3. Grayscale: #9B9B9B. Windows color (decimal): -5071780 or 6069426. OLE color: 6069426.

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

Color convert

RGB 178 156 92 -
CMYK 0 0.12 0.48 0.30
HSL 44.65º 0.36% 0.53% -
HSV(B) 44.65º 0.48% 0.7% -
XYZ 32.18 34.01 14.99 -
YUV 155.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 178 156 92 0 0.12 0.48 0.30 44.65 0.36 0.53
Hex B2 9C 5C 0 C 30 1E 2D 24 35
Octal 262 234 134 0 14 60 36 55 44 65
Binary 10110010 10011100 1011100 0 1100 110000 11110 101101 100100 110101

Color Harmonies of #B29C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C5C

Black with #B29C5C

Text Example


Text Example

White with #B29C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C5C; }

 p { color: rgb(178,156,92); }

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

background-color css

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

 a { background-color: rgb(178,156,92); }

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

border-color css

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

 span { border-color: rgb(178,156,92); }

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