Html Css Color HEX #B68C5A Barley Corn

📋 copy color: '#B68C5A'

red 182 ◦ green 140 ◦ blue 90

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

Shades of Barley Corn #B68C5A

Tints of Barley Corn #B68C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.84%

R = 44.17%
G = 33.98%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68C5A (or 0xB68C5A) is known color: Barley Corn. HEX triplet: B6, 8C and 5A. RGB value is (182,140,90). Sum of RGB (Red+Green+Blue) = 182+140+90=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C5A is #4973A5. Grayscale: #939393. Windows color (decimal): -4813734 or 5934262. OLE color: 5934262.

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

Color convert

RGB 182 140 90 -
CMYK 0 0.23 0.51 0.29
HSL 32.61º 0.39% 0.53% -
HSV(B) 32.61º 0.51% 0.71% -
XYZ 30.51 29.44 13.75 -
YUV 146.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 182 140 90 0 0.23 0.51 0.29 32.61 0.39 0.53
Hex B6 8C 5A 0 17 33 1D 21 27 35
Octal 266 214 132 0 27 63 35 41 47 65
Binary 10110110 10001100 1011010 0 10111 110011 11101 100001 100111 110101

Color Harmonies of #B68C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C5A

Black with #B68C5A

Text Example


Text Example

White with #B68C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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