Html Css Color HEX #B29267 Barley Corn

📋 copy color: '#B29267'

red 178 ◦ green 146 ◦ blue 103

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

Shades of Barley Corn #B29267

Tints of Barley Corn #B29267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.19%

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

R = 41.69%
G = 34.19%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29267 (or 0xB29267) is known color: Barley Corn. HEX triplet: B2, 92 and 67. RGB value is (178,146,103). Sum of RGB (Red+Green+Blue) = 178+146+103=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29267 is #4D6D98. Grayscale: #969696. Windows color (decimal): -5074329 or 6787762. OLE color: 6787762.

HSL color Cylindrical-coordinate representation of color #B29267: hue angle of 34.4º 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 #B29267 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 146 103 -
CMYK 0 0.18 0.42 0.30
HSL 34.4º 0.33% 0.55% -
HSV(B) 34.4º 0.42% 0.7% -
XYZ 31.09 31 17.18 -
YUV 150.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 178 146 103 0 0.18 0.42 0.30 34.4 0.33 0.55
Hex B2 92 67 0 12 2A 1E 22 21 37
Octal 262 222 147 0 22 52 36 42 41 67
Binary 10110010 10010010 1100111 0 10010 101010 11110 100010 100001 110111

Color Harmonies of #B29267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29267

Black with #B29267

Text Example


Text Example

White with #B29267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29267; }

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

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

background-color css

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

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

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

border-color css

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

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

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