Html Css Color HEX #B68B61 Barley Corn

📋 copy color: '#B68B61'

red 182 ◦ green 139 ◦ blue 97

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

Shades of Barley Corn #B68B61

Tints of Barley Corn #B68B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 43.54%
G = 33.25%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B68B61 (or 0xB68B61) is known color: Barley Corn. HEX triplet: B6, 8B and 61. RGB value is (182,139,97). Sum of RGB (Red+Green+Blue) = 182+139+97=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B61 is #49749E. Grayscale: #939393. Windows color (decimal): -4813983 or 6392758. OLE color: 6392758.

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

Color convert

RGB 182 139 97 -
CMYK 0 0.24 0.47 0.29
HSL 29.65º 0.37% 0.55% -
HSV(B) 29.65º 0.47% 0.71% -
XYZ 30.68 29.27 15.34 -
YUV 147.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 182 139 97 0 0.24 0.47 0.29 29.65 0.37 0.55
Hex B6 8B 61 0 18 2F 1D 1E 25 37
Octal 266 213 141 0 30 57 35 36 45 67
Binary 10110110 10001011 1100001 0 11000 101111 11101 11110 100101 110111

Color Harmonies of #B68B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B61

Black with #B68B61

Text Example


Text Example

White with #B68B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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