Html Css Color HEX #B68E5A Barley Corn

📋 copy color: '#B68E5A'

red 182 ◦ green 142 ◦ blue 90

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

Shades of Barley Corn #B68E5A

Tints of Barley Corn #B68E5A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

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

R = 43.96%
G = 34.3%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68E5A (or 0xB68E5A) is known color: Barley Corn. HEX triplet: B6, 8E and 5A. RGB value is (182,142,90). Sum of RGB (Red+Green+Blue) = 182+142+90=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E5A is #4971A5. Grayscale: #949494. Windows color (decimal): -4813222 or 5934774. OLE color: 5934774.

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

Color convert

RGB 182 142 90 -
CMYK 0 0.22 0.51 0.29
HSL 33.91º 0.39% 0.53% -
HSV(B) 33.91º 0.51% 0.71% -
XYZ 30.81 30.03 13.85 -
YUV 148.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 182 142 90 0 0.22 0.51 0.29 33.91 0.39 0.53
Hex B6 8E 5A 0 16 33 1D 22 27 35
Octal 266 216 132 0 26 63 35 42 47 65
Binary 10110110 10001110 1011010 0 10110 110011 11101 100010 100111 110101

Color Harmonies of #B68E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E5A

Black with #B68E5A

Text Example


Text Example

White with #B68E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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