Html Css Color HEX #B29567 Barley Corn

📋 copy color: '#B29567'

red 178 ◦ green 149 ◦ blue 103

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

Shades of Barley Corn #B29567

Tints of Barley Corn #B29567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

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

R = 41.4%
G = 34.65%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29567 (or 0xB29567) is known color: Barley Corn. HEX triplet: B2, 95 and 67. RGB value is (178,149,103). Sum of RGB (Red+Green+Blue) = 178+149+103=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29567 is #4D6A98. Grayscale: #989898. Windows color (decimal): -5073561 or 6788530. OLE color: 6788530.

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

Color convert

RGB 178 149 103 -
CMYK 0 0.16 0.42 0.30
HSL 36.8º 0.33% 0.55% -
HSV(B) 36.8º 0.42% 0.7% -
XYZ 31.56 31.94 17.33 -
YUV 152.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 178 149 103 0 0.16 0.42 0.30 36.8 0.33 0.55
Hex B2 95 67 0 10 2A 1E 25 21 37
Octal 262 225 147 0 20 52 36 45 41 67
Binary 10110010 10010101 1100111 0 10000 101010 11110 100101 100001 110111

Color Harmonies of #B29567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29567

Black with #B29567

Text Example


Text Example

White with #B29567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29567; }

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

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

background-color css

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

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

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

border-color css

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

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

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