Html Css Color HEX #B29467 Barley Corn

📋 copy color: '#B29467'

red 178 ◦ green 148 ◦ blue 103

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

Shades of Barley Corn #B29467

Tints of Barley Corn #B29467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 103 (40.63% from 255) = 24.01%

R = 41.49%
G = 34.5%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29467 (or 0xB29467) is known color: Barley Corn. HEX triplet: B2, 94 and 67. RGB value is (178,148,103). Sum of RGB (Red+Green+Blue) = 178+148+103=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B29467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29467 is #4D6B98. Grayscale: #989898. Windows color (decimal): -5073817 or 6788274. OLE color: 6788274.

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

Color convert

RGB 178 148 103 -
CMYK 0 0.17 0.42 0.30
HSL 36º 0.33% 0.55% -
HSV(B) 36º 0.42% 0.7% -
XYZ 31.4 31.62 17.28 -
YUV 151.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 178 148 103 0 0.17 0.42 0.30 36 0.33 0.55
Hex B2 94 67 0 11 2A 1E 24 21 37
Octal 262 224 147 0 21 52 36 44 41 67
Binary 10110010 10010100 1100111 0 10001 101010 11110 100100 100001 110111

Color Harmonies of #B29467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29467

Black with #B29467

Text Example


Text Example

White with #B29467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29467; }

 p { color: rgb(178,148,103); }

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

background-color css

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

 a { background-color: rgb(178,148,103); }

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

border-color css

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

 span { border-color: rgb(178,148,103); }

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