Html Css Color HEX #B29B68 Barley Corn

📋 copy color: '#B29B68'

red 178 ◦ green 155 ◦ blue 104

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

Shades of Barley Corn #B29B68

Tints of Barley Corn #B29B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

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

R = 40.73%
G = 35.47%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29B68 (or 0xB29B68) is known color: Barley Corn. HEX triplet: B2, 9B and 68. RGB value is (178,155,104). Sum of RGB (Red+Green+Blue) = 178+155+104=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B68 is #4D6497. Grayscale: #9C9C9C. Windows color (decimal): -5072024 or 6855602. OLE color: 6855602.

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

Color convert

RGB 178 155 104 -
CMYK 0 0.13 0.42 0.30
HSL 41.35º 0.32% 0.55% -
HSV(B) 41.35º 0.42% 0.7% -
XYZ 32.58 33.91 17.92 -
YUV 156.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 178 155 104 0 0.13 0.42 0.30 41.35 0.32 0.55
Hex B2 9B 68 0 D 2A 1E 29 20 37
Octal 262 233 150 0 15 52 36 51 40 67
Binary 10110010 10011011 1101000 0 1101 101010 11110 101001 100000 110111

Color Harmonies of #B29B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B68

Black with #B29B68

Text Example


Text Example

White with #B29B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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