Html Css Color HEX #B68E64 Barley Corn

📋 copy color: '#B68E64'

red 182 ◦ green 142 ◦ blue 100

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

Shades of Barley Corn #B68E64

Tints of Barley Corn #B68E64

RGB

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

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

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

R = 42.92%
G = 33.49%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B68E64 (or 0xB68E64) is known color: Barley Corn. HEX triplet: B6, 8E and 64. RGB value is (182,142,100). Sum of RGB (Red+Green+Blue) = 182+142+100=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E64 is #49719B. Grayscale: #959595. Windows color (decimal): -4813212 or 6590134. OLE color: 6590134.

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

Color convert

RGB 182 142 100 -
CMYK 0 0.22 0.45 0.29
HSL 30.73º 0.36% 0.55% -
HSV(B) 30.73º 0.45% 0.71% -
XYZ 31.26 30.21 16.24 -
YUV 149.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 182 142 100 0 0.22 0.45 0.29 30.73 0.36 0.55
Hex B6 8E 64 0 16 2D 1D 1F 24 37
Octal 266 216 144 0 26 55 35 37 44 67
Binary 10110110 10001110 1100100 0 10110 101101 11101 11111 100100 110111

Color Harmonies of #B68E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E64

Black with #B68E64

Text Example


Text Example

White with #B68E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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