Html Css Color HEX #B6905E Barley Corn

📋 copy color: '#B6905E'

red 182 ◦ green 144 ◦ blue 94

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

Shades of Barley Corn #B6905E

Tints of Barley Corn #B6905E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 43.33%
G = 34.29%
B = 22.38%

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

#B6905E (or 0xB6905E) is known color: Barley Corn. HEX triplet: B6, 90 and 5E. RGB value is (182,144,94). Sum of RGB (Red+Green+Blue) = 182+144+94=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6905E is #496FA1. Grayscale: #959595. Windows color (decimal): -4812706 or 6197430. OLE color: 6197430.

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

Color convert

RGB 182 144 94 -
CMYK 0 0.21 0.48 0.29
HSL 34.09º 0.38% 0.54% -
HSV(B) 34.09º 0.48% 0.71% -
XYZ 31.29 30.7 14.87 -
YUV 149.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 182 144 94 0 0.21 0.48 0.29 34.09 0.38 0.54
Hex B6 90 5E 0 15 30 1D 22 26 36
Octal 266 220 136 0 25 60 35 42 46 66
Binary 10110110 10010000 1011110 0 10101 110000 11101 100010 100110 110110

Color Harmonies of #B6905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6905E

Black with #B6905E

Text Example


Text Example

White with #B6905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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