Html Css Color HEX #B68B5B Barley Corn

📋 copy color: '#B68B5B'

red 182 ◦ green 139 ◦ blue 91

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

Shades of Barley Corn #B68B5B

Tints of Barley Corn #B68B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 44.17%
G = 33.74%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B68B5B (or 0xB68B5B) is known color: Barley Corn. HEX triplet: B6, 8B and 5B. RGB value is (182,139,91). Sum of RGB (Red+Green+Blue) = 182+139+91=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B5B is #4974A4. Grayscale: #929292. Windows color (decimal): -4813989 or 5999542. OLE color: 5999542.

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

Color convert

RGB 182 139 91 -
CMYK 0 0.24 0.5 0.29
HSL 31.65º 0.38% 0.54% -
HSV(B) 31.65º 0.5% 0.71% -
XYZ 30.41 29.17 13.92 -
YUV 146.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 182 139 91 0 0.24 0.5 0.29 31.65 0.38 0.54
Hex B6 8B 5B 0 18 32 1D 20 26 36
Octal 266 213 133 0 30 62 35 40 46 66
Binary 10110110 10001011 1011011 0 11000 110010 11101 100000 100110 110110

Color Harmonies of #B68B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B5B

Black with #B68B5B

Text Example


Text Example

White with #B68B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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