Html Css Color HEX #B29067 Barley Corn

📋 copy color: '#B29067'

red 178 ◦ green 144 ◦ blue 103

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

Shades of Barley Corn #B29067

Tints of Barley Corn #B29067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.88%

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

R = 41.88%
G = 33.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29067 (or 0xB29067) is known color: Barley Corn. HEX triplet: B2, 90 and 67. RGB value is (178,144,103). Sum of RGB (Red+Green+Blue) = 178+144+103=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B29067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29067 is #4D6F98. Grayscale: #959595. Windows color (decimal): -5074841 or 6787250. OLE color: 6787250.

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

Color convert

RGB 178 144 103 -
CMYK 0 0.19 0.42 0.30
HSL 32.8º 0.33% 0.55% -
HSV(B) 32.8º 0.42% 0.7% -
XYZ 30.78 30.39 17.08 -
YUV 149.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 178 144 103 0 0.19 0.42 0.30 32.8 0.33 0.55
Hex B2 90 67 0 13 2A 1E 21 21 37
Octal 262 220 147 0 23 52 36 41 41 67
Binary 10110010 10010000 1100111 0 10011 101010 11110 100001 100001 110111

Color Harmonies of #B29067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29067

Black with #B29067

Text Example


Text Example

White with #B29067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29067; }

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

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

background-color css

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

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

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

border-color css

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

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

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