Html Css Color HEX #B68F64 Barley Corn

📋 copy color: '#B68F64'

red 182 ◦ green 143 ◦ blue 100

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

Shades of Barley Corn #B68F64

Tints of Barley Corn #B68F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

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

R = 42.82%
G = 33.65%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B68F64 (or 0xB68F64) is known color: Barley Corn. HEX triplet: B6, 8F and 64. RGB value is (182,143,100). Sum of RGB (Red+Green+Blue) = 182+143+100=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F64 is #49709B. Grayscale: #959595. Windows color (decimal): -4812956 or 6590390. OLE color: 6590390.

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

Color convert

RGB 182 143 100 -
CMYK 0 0.21 0.45 0.29
HSL 31.46º 0.36% 0.55% -
HSV(B) 31.46º 0.45% 0.71% -
XYZ 31.41 30.51 16.29 -
YUV 149.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 182 143 100 0 0.21 0.45 0.29 31.46 0.36 0.55
Hex B6 8F 64 0 15 2D 1D 1F 24 37
Octal 266 217 144 0 25 55 35 37 44 67
Binary 10110110 10001111 1100100 0 10101 101101 11101 11111 100100 110111

Color Harmonies of #B68F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F64

Black with #B68F64

Text Example


Text Example

White with #B68F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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