Html Css Color HEX #B68C65 Barley Corn

📋 copy color: '#B68C65'

red 182 ◦ green 140 ◦ blue 101

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

Shades of Barley Corn #B68C65

Tints of Barley Corn #B68C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 43.03%
G = 33.1%
B = 23.88%

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

#B68C65 (or 0xB68C65) is known color: Barley Corn. HEX triplet: B6, 8C and 65. RGB value is (182,140,101). Sum of RGB (Red+Green+Blue) = 182+140+101=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C65 is #49739A. Grayscale: #949494. Windows color (decimal): -4813723 or 6655158. OLE color: 6655158.

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

Color convert

RGB 182 140 101 -
CMYK 0 0.23 0.45 0.29
HSL 28.89º 0.36% 0.55% -
HSV(B) 28.89º 0.45% 0.71% -
XYZ 31.02 29.64 16.4 -
YUV 148.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 182 140 101 0 0.23 0.45 0.29 28.89 0.36 0.55
Hex B6 8C 65 0 17 2D 1D 1D 24 37
Octal 266 214 145 0 27 55 35 35 44 67
Binary 10110110 10001100 1100101 0 10111 101101 11101 11101 100100 110111

Color Harmonies of #B68C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C65

Black with #B68C65

Text Example


Text Example

White with #B68C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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