Html Css Color HEX #B29D5F Barley Corn

📋 copy color: '#B29D5F'

red 178 ◦ green 157 ◦ blue 95

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

Shades of Barley Corn #B29D5F

Tints of Barley Corn #B29D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 41.4%
G = 36.51%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B29D5F (or 0xB29D5F) is known color: Barley Corn. HEX triplet: B2, 9D and 5F. RGB value is (178,157,95). Sum of RGB (Red+Green+Blue) = 178+157+95=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D5F is #4D62A0. Grayscale: #9C9C9C. Windows color (decimal): -5071521 or 6266290. OLE color: 6266290.

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

Color convert

RGB 178 157 95 -
CMYK 0 0.12 0.47 0.30
HSL 44.82º 0.35% 0.54% -
HSV(B) 44.82º 0.47% 0.7% -
XYZ 32.48 34.41 15.76 -
YUV 156.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 178 157 95 0 0.12 0.47 0.30 44.82 0.35 0.54
Hex B2 9D 5F 0 C 2F 1E 2D 23 36
Octal 262 235 137 0 14 57 36 55 43 66
Binary 10110010 10011101 1011111 0 1100 101111 11110 101101 100011 110110

Color Harmonies of #B29D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D5F

Black with #B29D5F

Text Example


Text Example

White with #B29D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D5F; }

 p { color: rgb(178,157,95); }

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

background-color css

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

 a { background-color: rgb(178,157,95); }

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

border-color css

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

 span { border-color: rgb(178,157,95); }

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