Html Css Color HEX #B68963 Barley Corn

📋 copy color: '#B68963'

red 182 ◦ green 137 ◦ blue 99

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

Shades of Barley Corn #B68963

Tints of Barley Corn #B68963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.78%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 43.54%
G = 32.78%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B68963 (or 0xB68963) is known color: Barley Corn. HEX triplet: B6, 89 and 63. RGB value is (182,137,99). Sum of RGB (Red+Green+Blue) = 182+137+99=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B68963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68963 is #49769C. Grayscale: #929292. Windows color (decimal): -4814493 or 6523318. OLE color: 6523318.

HSL color Cylindrical-coordinate representation of color #B68963: hue angle of 27.47º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68963 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 137 99 -
CMYK 0 0.25 0.46 0.29
HSL 27.47º 0.36% 0.55% -
HSV(B) 27.47º 0.46% 0.71% -
XYZ 30.49 28.74 15.74 -
YUV 146.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 182 137 99 0 0.25 0.46 0.29 27.47 0.36 0.55
Hex B6 89 63 0 19 2E 1D 1B 24 37
Octal 266 211 143 0 31 56 35 33 44 67
Binary 10110110 10001001 1100011 0 11001 101110 11101 11011 100100 110111

Color Harmonies of #B68963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68963

Black with #B68963

Text Example


Text Example

White with #B68963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68963; }

 p { color: rgb(182,137,99); }

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

background-color css

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

 a { background-color: rgb(182,137,99); }

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

border-color css

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

 span { border-color: rgb(182,137,99); }

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