Html Css Color HEX #B68B62 Barley Corn

📋 copy color: '#B68B62'

red 182 ◦ green 139 ◦ blue 98

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

Shades of Barley Corn #B68B62

Tints of Barley Corn #B68B62

RGB

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

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

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

R = 43.44%
G = 33.17%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B68B62 (or 0xB68B62) is known color: Barley Corn. HEX triplet: B6, 8B and 62. RGB value is (182,139,98). Sum of RGB (Red+Green+Blue) = 182+139+98=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B62 is #49749D. Grayscale: #939393. Windows color (decimal): -4813982 or 6458294. OLE color: 6458294.

HSL color Cylindrical-coordinate representation of color #B68B62: hue angle of 29.29º 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 #B68B62 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 139 98 -
CMYK 0 0.24 0.46 0.29
HSL 29.29º 0.37% 0.55% -
HSV(B) 29.29º 0.46% 0.71% -
XYZ 30.73 29.29 15.59 -
YUV 147.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 182 139 98 0 0.24 0.46 0.29 29.29 0.37 0.55
Hex B6 8B 62 0 18 2E 1D 1D 25 37
Octal 266 213 142 0 30 56 35 35 45 67
Binary 10110110 10001011 1100010 0 11000 101110 11101 11101 100101 110111

Color Harmonies of #B68B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B62

Black with #B68B62

Text Example


Text Example

White with #B68B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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