Html Css Color HEX #B68F5E Barley Corn

📋 copy color: '#B68F5E'

red 182 ◦ green 143 ◦ blue 94

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

Shades of Barley Corn #B68F5E

Tints of Barley Corn #B68F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 43.44%
G = 34.13%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B68F5E (or 0xB68F5E) is known color: Barley Corn. HEX triplet: B6, 8F and 5E. RGB value is (182,143,94). Sum of RGB (Red+Green+Blue) = 182+143+94=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F5E is #4970A1. Grayscale: #959595. Windows color (decimal): -4812962 or 6197174. OLE color: 6197174.

HSL color Cylindrical-coordinate representation of color #B68F5E: hue angle of 33.41º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B68F5E is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 94 -
CMYK 0 0.21 0.48 0.29
HSL 33.41º 0.38% 0.54% -
HSV(B) 33.41º 0.48% 0.71% -
XYZ 31.13 30.4 14.82 -
YUV 149.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 182 143 94 0 0.21 0.48 0.29 33.41 0.38 0.54
Hex B6 8F 5E 0 15 30 1D 21 26 36
Octal 266 217 136 0 25 60 35 41 46 66
Binary 10110110 10001111 1011110 0 10101 110000 11101 100001 100110 110110

Color Harmonies of #B68F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F5E

Black with #B68F5E

Text Example


Text Example

White with #B68F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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