Html Css Color HEX #B68F62 Barley Corn

📋 copy color: '#B68F62'

red 182 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #B68F62

Tints of Barley Corn #B68F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 43.03%
G = 33.81%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B68F62 (or 0xB68F62) is known color: Barley Corn. HEX triplet: B6, 8F and 62. RGB value is (182,143,98). Sum of RGB (Red+Green+Blue) = 182+143+98=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F62 is #49709D. Grayscale: #959595. Windows color (decimal): -4812958 or 6459318. OLE color: 6459318.

HSL color Cylindrical-coordinate representation of color #B68F62: hue angle of 32.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68F62 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 98 -
CMYK 0 0.21 0.46 0.29
HSL 32.14º 0.37% 0.55% -
HSV(B) 32.14º 0.46% 0.71% -
XYZ 31.32 30.47 15.79 -
YUV 149.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 182 143 98 0 0.21 0.46 0.29 32.14 0.37 0.55
Hex B6 8F 62 0 15 2E 1D 20 25 37
Octal 266 217 142 0 25 56 35 40 45 67
Binary 10110110 10001111 1100010 0 10101 101110 11101 100000 100101 110111

Color Harmonies of #B68F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F62

Black with #B68F62

Text Example


Text Example

White with #B68F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F62; }

 p { color: rgb(182,143,98); }

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

background-color css

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

 a { background-color: rgb(182,143,98); }

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

border-color css

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

 span { border-color: rgb(182,143,98); }

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