Html Css Color HEX #BD985C Barley Corn

📋 copy color: '#BD985C'

red 189 ◦ green 152 ◦ blue 92

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

Shades of Barley Corn #BD985C

Tints of Barley Corn #BD985C

RGB

 RED value IS 189 (74.22% from 255) = 43.65%

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

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

R = 43.65%
G = 35.1%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD985C (or 0xBD985C) is known color: Barley Corn. HEX triplet: BD, 98 and 5C. RGB value is (189,152,92). Sum of RGB (Red+Green+Blue) = 189+152+92=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD985C is #4267A3. Grayscale: #9C9C9C. Windows color (decimal): -4351908 or 6068413. OLE color: 6068413.

HSL color Cylindrical-coordinate representation of color #BD985C: hue angle of 37.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD985C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 92 -
CMYK 0 0.20 0.51 0.26
HSL 37.11º 0.42% 0.55% -
HSV(B) 37.11º 0.51% 0.74% -
XYZ 34.15 34.05 14.9 -
YUV 156.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 189 152 92 0 0.20 0.51 0.26 37.11 0.42 0.55
Hex BD 98 5C 0 14 33 1A 25 2A 37
Octal 275 230 134 0 24 63 32 45 52 67
Binary 10111101 10011000 1011100 0 10100 110011 11010 100101 101010 110111

Color Harmonies of #BD985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD985C

Black with #BD985C

Text Example


Text Example

White with #BD985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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