Html Css Color HEX #B28B65 Barley Corn

📋 copy color: '#B28B65'

red 178 ◦ green 139 ◦ blue 101

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

Shades of Barley Corn #B28B65

Tints of Barley Corn #B28B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 42.58%
G = 33.25%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28B65 (or 0xB28B65) is known color: Barley Corn. HEX triplet: B2, 8B and 65. RGB value is (178,139,101). Sum of RGB (Red+Green+Blue) = 178+139+101=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B65 is #4D749A. Grayscale: #929292. Windows color (decimal): -5076123 or 6654898. OLE color: 6654898.

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

Color convert

RGB 178 139 101 -
CMYK 0 0.22 0.43 0.30
HSL 29.61º 0.33% 0.55% -
HSV(B) 29.61º 0.43% 0.7% -
XYZ 29.94 28.87 16.31 -
YUV 146.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 178 139 101 0 0.22 0.43 0.30 29.61 0.33 0.55
Hex B2 8B 65 0 16 2B 1E 1E 21 37
Octal 262 213 145 0 26 53 36 36 41 67
Binary 10110010 10001011 1100101 0 10110 101011 11110 11110 100001 110111

Color Harmonies of #B28B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B65

Black with #B28B65

Text Example


Text Example

White with #B28B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B65; }

 p { color: rgb(178,139,101); }

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

background-color css

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

 a { background-color: rgb(178,139,101); }

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

border-color css

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

 span { border-color: rgb(178,139,101); }

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