Html Css Color HEX #B68E67 Barley Corn

📋 copy color: '#B68E67'

red 182 ◦ green 142 ◦ blue 103

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

Shades of Barley Corn #B68E67

Tints of Barley Corn #B68E67

RGB

 RED value IS 182 (71.48% from 255) = 42.62%

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

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

R = 42.62%
G = 33.26%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B68E67 (or 0xB68E67) is known color: Barley Corn. HEX triplet: B6, 8E and 67. RGB value is (182,142,103). Sum of RGB (Red+Green+Blue) = 182+142+103=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E67 is #497198. Grayscale: #959595. Windows color (decimal): -4813209 or 6786742. OLE color: 6786742.

HSL color Cylindrical-coordinate representation of color #B68E67: hue angle of 29.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68E67 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 103 -
CMYK 0 0.22 0.43 0.29
HSL 29.62º 0.35% 0.56% -
HSV(B) 29.62º 0.43% 0.71% -
XYZ 31.41 30.27 17.02 -
YUV 149.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 182 142 103 0 0.22 0.43 0.29 29.62 0.35 0.56
Hex B6 8E 67 0 16 2B 1D 1E 23 38
Octal 266 216 147 0 26 53 35 36 43 70
Binary 10110110 10001110 1100111 0 10110 101011 11101 11110 100011 111000

Color Harmonies of #B68E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E67

Black with #B68E67

Text Example


Text Example

White with #B68E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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