Html Css Color HEX #B68E5B Barley Corn

📋 copy color: '#B68E5B'

red 182 ◦ green 142 ◦ blue 91

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

Shades of Barley Corn #B68E5B

Tints of Barley Corn #B68E5B

RGB

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

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

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

R = 43.86%
G = 34.22%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B68E5B (or 0xB68E5B) is known color: Barley Corn. HEX triplet: B6, 8E and 5B. RGB value is (182,142,91). Sum of RGB (Red+Green+Blue) = 182+142+91=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E5B is #4971A4. Grayscale: #949494. Windows color (decimal): -4813221 or 6000310. OLE color: 6000310.

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

Color convert

RGB 182 142 91 -
CMYK 0 0.22 0.5 0.29
HSL 33.63º 0.38% 0.54% -
HSV(B) 33.63º 0.5% 0.71% -
XYZ 30.85 30.05 14.07 -
YUV 148.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 182 142 91 0 0.22 0.5 0.29 33.63 0.38 0.54
Hex B6 8E 5B 0 16 32 1D 22 26 36
Octal 266 216 133 0 26 62 35 42 46 66
Binary 10110110 10001110 1011011 0 10110 110010 11101 100010 100110 110110

Color Harmonies of #B68E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E5B

Black with #B68E5B

Text Example


Text Example

White with #B68E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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