Html Css Color HEX #B8985C Barley Corn

📋 copy color: '#B8985C'

red 184 ◦ green 152 ◦ blue 92

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

Shades of Barley Corn #B8985C

Tints of Barley Corn #B8985C

RGB

 RED value IS 184 (72.27% from 255) = 42.99%

 GREEN value IS 152 (59.77% from 255) = 35.51%

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 42.99%
G = 35.51%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8985C (or 0xB8985C) is known color: Barley Corn. HEX triplet: B8, 98 and 5C. RGB value is (184,152,92). Sum of RGB (Red+Green+Blue) = 184+152+92=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8985C is #4767A3. Grayscale: #9B9B9B. Windows color (decimal): -4679588 or 6068408. OLE color: 6068408.

HSL color Cylindrical-coordinate representation of color #B8985C: hue angle of 39.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8985C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 152 92 -
CMYK 0 0.17 0.50 0.28
HSL 39.13º 0.39% 0.54% -
HSV(B) 39.13º 0.5% 0.72% -
XYZ 32.93 33.42 14.84 -
YUV 154.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 184 152 92 0 0.17 0.50 0.28 39.13 0.39 0.54
Hex B8 98 5C 0 11 32 1C 27 27 36
Octal 270 230 134 0 21 62 34 47 47 66
Binary 10111000 10011000 1011100 0 10001 110010 11100 100111 100111 110110

Color Harmonies of #B8985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8985C

Black with #B8985C

Text Example


Text Example

White with #B8985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8985C; }

 p { color: rgb(184,152,92); }

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

background-color css

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

 a { background-color: rgb(184,152,92); }

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

border-color css

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

 span { border-color: rgb(184,152,92); }

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