Html Css Color HEX #B28E67 Barley Corn

📋 copy color: '#B28E67'

red 178 ◦ green 142 ◦ blue 103

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

Shades of Barley Corn #B28E67

Tints of Barley Corn #B28E67

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 103 (40.63% from 255) = 24.35%

R = 42.08%
G = 33.57%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28E67 (or 0xB28E67) is known color: Barley Corn. HEX triplet: B2, 8E and 67. RGB value is (178,142,103). Sum of RGB (Red+Green+Blue) = 178+142+103=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E67 is #4D7198. Grayscale: #949494. Windows color (decimal): -5075353 or 6786738. OLE color: 6786738.

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

Color convert

RGB 178 142 103 -
CMYK 0 0.20 0.42 0.30
HSL 31.2º 0.33% 0.55% -
HSV(B) 31.2º 0.42% 0.7% -
XYZ 30.48 29.79 16.98 -
YUV 148.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 178 142 103 0 0.20 0.42 0.30 31.2 0.33 0.55
Hex B2 8E 67 0 14 2A 1E 1F 21 37
Octal 262 216 147 0 24 52 36 37 41 67
Binary 10110010 10001110 1100111 0 10100 101010 11110 11111 100001 110111

Color Harmonies of #B28E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E67

Black with #B28E67

Text Example


Text Example

White with #B28E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E67; }

 p { color: rgb(178,142,103); }

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

background-color css

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

 a { background-color: rgb(178,142,103); }

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

border-color css

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

 span { border-color: rgb(178,142,103); }

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