Html Css Color HEX #B28D66 Barley Corn

📋 copy color: '#B28D66'

red 178 ◦ green 141 ◦ blue 102

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

Shades of Barley Corn #B28D66

Tints of Barley Corn #B28D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

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

R = 42.28%
G = 33.49%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28D66 (or 0xB28D66) is known color: Barley Corn. HEX triplet: B2, 8D and 66. RGB value is (178,141,102). Sum of RGB (Red+Green+Blue) = 178+141+102=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D66 is #4D7299. Grayscale: #939393. Windows color (decimal): -5075610 or 6720946. OLE color: 6720946.

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

Color convert

RGB 178 141 102 -
CMYK 0 0.21 0.43 0.30
HSL 30.79º 0.33% 0.55% -
HSV(B) 30.79º 0.43% 0.7% -
XYZ 30.28 29.47 16.66 -
YUV 147.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 178 141 102 0 0.21 0.43 0.30 30.79 0.33 0.55
Hex B2 8D 66 0 15 2B 1E 1F 21 37
Octal 262 215 146 0 25 53 36 37 41 67
Binary 10110010 10001101 1100110 0 10101 101011 11110 11111 100001 110111

Color Harmonies of #B28D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D66

Black with #B28D66

Text Example


Text Example

White with #B28D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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