Html Css Color HEX #B29963 Barley Corn

📋 copy color: '#B29963'

red 178 ◦ green 153 ◦ blue 99

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

Shades of Barley Corn #B29963

Tints of Barley Corn #B29963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.58%

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 41.4%
G = 35.58%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B29963 (or 0xB29963) is known color: Barley Corn. HEX triplet: B2, 99 and 63. RGB value is (178,153,99). Sum of RGB (Red+Green+Blue) = 178+153+99=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29963 is #4D669C. Grayscale: #9A9A9A. Windows color (decimal): -5072541 or 6527410. OLE color: 6527410.

HSL color Cylindrical-coordinate representation of color #B29963: hue angle of 41.01º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29963 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 99 -
CMYK 0 0.14 0.44 0.30
HSL 41.01º 0.34% 0.54% -
HSV(B) 41.01º 0.44% 0.7% -
XYZ 32 33.15 16.52 -
YUV 154.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 178 153 99 0 0.14 0.44 0.30 41.01 0.34 0.54
Hex B2 99 63 0 E 2C 1E 29 22 36
Octal 262 231 143 0 16 54 36 51 42 66
Binary 10110010 10011001 1100011 0 1110 101100 11110 101001 100010 110110

Color Harmonies of #B29963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29963

Black with #B29963

Text Example


Text Example

White with #B29963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29963; }

 p { color: rgb(178,153,99); }

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

background-color css

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

 a { background-color: rgb(178,153,99); }

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

border-color css

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

 span { border-color: rgb(178,153,99); }

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