Html Css Color HEX #B68C64 Barley Corn

📋 copy color: '#B68C64'

red 182 ◦ green 140 ◦ blue 100

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

Shades of Barley Corn #B68C64

Tints of Barley Corn #B68C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 43.13%
G = 33.18%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B68C64 (or 0xB68C64) is known color: Barley Corn. HEX triplet: B6, 8C and 64. RGB value is (182,140,100). Sum of RGB (Red+Green+Blue) = 182+140+100=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C64 is #49739B. Grayscale: #949494. Windows color (decimal): -4813724 or 6589622. OLE color: 6589622.

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

Color convert

RGB 182 140 100 -
CMYK 0 0.23 0.45 0.29
HSL 29.27º 0.36% 0.55% -
HSV(B) 29.27º 0.45% 0.71% -
XYZ 30.97 29.62 16.14 -
YUV 148 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 182 140 100 0 0.23 0.45 0.29 29.27 0.36 0.55
Hex B6 8C 64 0 17 2D 1D 1D 24 37
Octal 266 214 144 0 27 55 35 35 44 67
Binary 10110110 10001100 1100100 0 10111 101101 11101 11101 100100 110111

Color Harmonies of #B68C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C64

Black with #B68C64

Text Example


Text Example

White with #B68C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C64; }

 p { color: rgb(182,140,100); }

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

background-color css

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

 a { background-color: rgb(182,140,100); }

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

border-color css

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

 span { border-color: rgb(182,140,100); }

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