Html Css Color HEX #B29D69 Barley Corn

📋 copy color: '#B29D69'

red 178 ◦ green 157 ◦ blue 105

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

Shades of Barley Corn #B29D69

Tints of Barley Corn #B29D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 40.45%
G = 35.68%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B29D69 (or 0xB29D69) is known color: Barley Corn. HEX triplet: B2, 9D and 69. RGB value is (178,157,105). Sum of RGB (Red+Green+Blue) = 178+157+105=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D69 is #4D6296. Grayscale: #9D9D9D. Windows color (decimal): -5071511 or 6921650. OLE color: 6921650.

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

Color convert

RGB 178 157 105 -
CMYK 0 0.12 0.41 0.30
HSL 42.74º 0.32% 0.55% -
HSV(B) 42.74º 0.41% 0.7% -
XYZ 32.97 34.6 18.31 -
YUV 157.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 178 157 105 0 0.12 0.41 0.30 42.74 0.32 0.55
Hex B2 9D 69 0 C 29 1E 2B 20 37
Octal 262 235 151 0 14 51 36 53 40 67
Binary 10110010 10011101 1101001 0 1100 101001 11110 101011 100000 110111

Color Harmonies of #B29D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D69

Black with #B29D69

Text Example


Text Example

White with #B29D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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