Html Css Color HEX #B28A64 Barley Corn

📋 copy color: '#B28A64'

red 178 ◦ green 138 ◦ blue 100

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

Shades of Barley Corn #B28A64

Tints of Barley Corn #B28A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 42.79%
G = 33.17%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28A64 (or 0xB28A64) is known color: Barley Corn. HEX triplet: B2, 8A and 64. RGB value is (178,138,100). Sum of RGB (Red+Green+Blue) = 178+138+100=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A64 is #4D759B. Grayscale: #919191. Windows color (decimal): -5076380 or 6589106. OLE color: 6589106.

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

Color convert

RGB 178 138 100 -
CMYK 0 0.22 0.44 0.30
HSL 29.23º 0.34% 0.55% -
HSV(B) 29.23º 0.44% 0.7% -
XYZ 29.75 28.56 16 -
YUV 145.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 178 138 100 0 0.22 0.44 0.30 29.23 0.34 0.55
Hex B2 8A 64 0 16 2C 1E 1D 22 37
Octal 262 212 144 0 26 54 36 35 42 67
Binary 10110010 10001010 1100100 0 10110 101100 11110 11101 100010 110111

Color Harmonies of #B28A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A64

Black with #B28A64

Text Example


Text Example

White with #B28A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A64; }

 p { color: rgb(178,138,100); }

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

background-color css

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

 a { background-color: rgb(178,138,100); }

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

border-color css

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

 span { border-color: rgb(178,138,100); }

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