Html Css Color HEX #B29066 Barley Corn

📋 copy color: '#B29066'

red 178 ◦ green 144 ◦ blue 102

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

Shades of Barley Corn #B29066

Tints of Barley Corn #B29066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 41.98%
G = 33.96%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29066 (or 0xB29066) is known color: Barley Corn. HEX triplet: B2, 90 and 66. RGB value is (178,144,102). Sum of RGB (Red+Green+Blue) = 178+144+102=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B29066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29066 is #4D6F99. Grayscale: #959595. Windows color (decimal): -5074842 or 6721714. OLE color: 6721714.

HSL color Cylindrical-coordinate representation of color #B29066: hue angle of 33.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B29066 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 102 -
CMYK 0 0.19 0.43 0.30
HSL 33.16º 0.33% 0.55% -
HSV(B) 33.16º 0.43% 0.7% -
XYZ 30.73 30.37 16.81 -
YUV 149.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 178 144 102 0 0.19 0.43 0.30 33.16 0.33 0.55
Hex B2 90 66 0 13 2B 1E 21 21 37
Octal 262 220 146 0 23 53 36 41 41 67
Binary 10110010 10010000 1100110 0 10011 101011 11110 100001 100001 110111

Color Harmonies of #B29066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29066

Black with #B29066

Text Example


Text Example

White with #B29066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29066; }

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

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

background-color css

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

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

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

border-color css

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

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

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