Html Css Color HEX #B2985D Barley Corn

📋 copy color: '#B2985D'

red 178 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #B2985D

Tints of Barley Corn #B2985D

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

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

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 42.08%
G = 35.93%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2985D (or 0xB2985D) is known color: Barley Corn. HEX triplet: B2, 98 and 5D. RGB value is (178,152,93). Sum of RGB (Red+Green+Blue) = 178+152+93=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2985D is #4D67A2. Grayscale: #999999. Windows color (decimal): -5072803 or 6133938. OLE color: 6133938.

HSL color Cylindrical-coordinate representation of color #B2985D: hue angle of 41.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2985D is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 93 -
CMYK 0 0.15 0.48 0.30
HSL 41.65º 0.36% 0.53% -
HSV(B) 41.65º 0.48% 0.7% -
XYZ 31.56 32.71 15.01 -
YUV 153.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 178 152 93 0 0.15 0.48 0.30 41.65 0.36 0.53
Hex B2 98 5D 0 F 30 1E 2A 24 35
Octal 262 230 135 0 17 60 36 52 44 65
Binary 10110010 10011000 1011101 0 1111 110000 11110 101010 100100 110101

Color Harmonies of #B2985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2985D

Black with #B2985D

Text Example


Text Example

White with #B2985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2985D; }

 p { color: rgb(178,152,93); }

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

background-color css

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

 a { background-color: rgb(178,152,93); }

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

border-color css

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

 span { border-color: rgb(178,152,93); }

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