Html Css Color HEX #B28F65 Barley Corn

📋 copy color: '#B28F65'

red 178 ◦ green 143 ◦ blue 101

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

Shades of Barley Corn #B28F65

Tints of Barley Corn #B28F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

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

R = 42.18%
G = 33.89%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28F65 (or 0xB28F65) is known color: Barley Corn. HEX triplet: B2, 8F and 65. RGB value is (178,143,101). Sum of RGB (Red+Green+Blue) = 178+143+101=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F65 is #4D709A. Grayscale: #949494. Windows color (decimal): -5075099 or 6655922. OLE color: 6655922.

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

Color convert

RGB 178 143 101 -
CMYK 0 0.20 0.43 0.30
HSL 32.73º 0.33% 0.55% -
HSV(B) 32.73º 0.43% 0.7% -
XYZ 30.53 30.05 16.5 -
YUV 148.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 178 143 101 0 0.20 0.43 0.30 32.73 0.33 0.55
Hex B2 8F 65 0 14 2B 1E 21 21 37
Octal 262 217 145 0 24 53 36 41 41 67
Binary 10110010 10001111 1100101 0 10100 101011 11110 100001 100001 110111

Color Harmonies of #B28F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F65

Black with #B28F65

Text Example


Text Example

White with #B28F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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