Html Css Color HEX #B29068 Barley Corn

📋 copy color: '#B29068'

red 178 ◦ green 144 ◦ blue 104

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

Shades of Barley Corn #B29068

Tints of Barley Corn #B29068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 41.78%
G = 33.8%
B = 24.41%

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

#B29068 (or 0xB29068) is known color: Barley Corn. HEX triplet: B2, 90 and 68. RGB value is (178,144,104). Sum of RGB (Red+Green+Blue) = 178+144+104=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B29068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29068 is #4D6F97. Grayscale: #959595. Windows color (decimal): -5074840 or 6852786. OLE color: 6852786.

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

Color convert

RGB 178 144 104 -
CMYK 0 0.19 0.42 0.30
HSL 32.43º 0.32% 0.55% -
HSV(B) 32.43º 0.42% 0.7% -
XYZ 30.83 30.41 17.34 -
YUV 149.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 178 144 104 0 0.19 0.42 0.30 32.43 0.32 0.55
Hex B2 90 68 0 13 2A 1E 20 20 37
Octal 262 220 150 0 23 52 36 40 40 67
Binary 10110010 10010000 1101000 0 10011 101010 11110 100000 100000 110111

Color Harmonies of #B29068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29068

Black with #B29068

Text Example


Text Example

White with #B29068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29068; }

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

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

background-color css

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

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

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

border-color css

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

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

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